fix example formatting

This commit is contained in:
Mikhail Sobolev
2013-12-25 21:19:00 +02:00
parent 1713013dba
commit 8b680343dd
+1 -1
View File
@@ -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