fix example formatting

pull/5421/head
Mikhail Sobolev 11 years ago
parent 1713013dba
commit 8b680343dd

@ -30,7 +30,7 @@ From playbooks, Ansible modules are executed in a very similar way::
- name: reboot the servers
action: command /sbin/reboot -t now
Which can be abbreviated to:
Which can be abbreviated to::
- name: reboot the servers
command: /sbin/reboot -t now

Loading…
Cancel
Save