mirror of
https://github.com/ansible/ansible.git
synced 2026-08-07 16:14:36 +02:00
fix example formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user