mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix example formatting
This commit is contained in:
parent
1713013dba
commit
8b680343dd
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ From playbooks, Ansible modules are executed in a very similar way::
|
||||||
- name: reboot the servers
|
- name: reboot the servers
|
||||||
action: command /sbin/reboot -t now
|
action: command /sbin/reboot -t now
|
||||||
|
|
||||||
Which can be abbreviated to:
|
Which can be abbreviated to::
|
||||||
|
|
||||||
- name: reboot the servers
|
- name: reboot the servers
|
||||||
command: /sbin/reboot -t now
|
command: /sbin/reboot -t now
|
||||||
|
|
Loading…
Reference in a new issue