Commit 8b680343 by Mikhail Sobolev

fix example formatting

parent 1713013d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment