mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-22 11:54:34 +02:00
Fix module default group example.
This commit is contained in:
parent
1d6feda0b7
commit
9c75b9c5cd
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ To avoid having to specify common parameters for all the API based modules in ev
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
module_defaults:
|
module_defaults:
|
||||||
group/community.routeros.api
|
group/community.routeros.api:
|
||||||
hostname: 192.168.1.1
|
hostname: 192.168.1.1
|
||||||
password: admin
|
password: admin
|
||||||
username: test1234
|
username: test1234
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue