fix example formatting

This commit is contained in:
Mikhail Sobolev 2013-12-25 21:08:14 +02:00
parent 1713013dba
commit 8b680343dd

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