mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-03 17:55:12 +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
|
||||
hosts: localhost
|
||||
gather_facts: no
|
||||
gather_facts: false
|
||||
vars:
|
||||
hostname: 192.168.1.1
|
||||
username: admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue