mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-06-24 02:38:38 +02:00
Fix parameter error in docs.
This commit is contained in:
parent
96527276e7
commit
ceadb758be
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ EXAMPLES = '''
|
||||||
hostname: "{{ inventory_hostname }}"
|
hostname: "{{ inventory_hostname }}"
|
||||||
username: "{{ mt_user }}"
|
username: "{{ mt_user }}"
|
||||||
password: "{{ mt_pass }}"
|
password: "{{ mt_pass }}"
|
||||||
name: /system/backup/save
|
command: /system/backup/save
|
||||||
command_arguments:
|
command_arguments:
|
||||||
name: ansible_test
|
name: ansible_test
|
||||||
password: 123
|
password: 123
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue