Merge pull request #6892 from jaseg/patch-1

modules.rst: be consistent with service module documentation
pull/6895/head
Michael DeHaan 11 years ago
commit 53a511275c

@ -17,7 +17,7 @@ handle executing system commands.
Let's review how we execute three different modules from the command line::
ansible webservers -m service -a "name=httpd state=running"
ansible webservers -m service -a "name=httpd state=started"
ansible webservers -m ping
ansible webservers -m command -a "/sbin/reboot -t now"

Loading…
Cancel
Save