Merge pull request #6892 from jaseg/patch-1

modules.rst: be consistent with service module documentation
This commit is contained in:
Michael DeHaan 2014-04-08 10:54:13 -04:00
commit 53a511275c

View file

@ -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"