mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-20 01:28:27 +02:00
Normalize bools in documentation. (#151)
This commit is contained in:
parent
d39b3522ab
commit
bbf5be5d71
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ Example playbook:
|
||||||
---
|
---
|
||||||
- name: RouterOS test with API
|
- name: RouterOS test with API
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
gather_facts: no
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
hostname: 192.168.1.1
|
hostname: 192.168.1.1
|
||||||
username: admin
|
username: admin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue