mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 02:53:57 -07:00
Add missing "-a" to examples page
This commit is contained in:
parent
0bccec9fb5
commit
817cac7954
5 changed files with 5 additions and 5 deletions
|
@ -96,7 +96,7 @@ Now ping all your nodes::
|
|||
|
||||
Now run a live command on all of your nodes::
|
||||
|
||||
ansible all /bin/echo hello
|
||||
ansible all -a "/bin/echo hello"
|
||||
|
||||
Congratulations. You've just contacted your nodes with Ansible. It's
|
||||
now time to read some of the more real-world :doc:`examples`, and explore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue