Commit 53a51127 by Michael DeHaan

Merge pull request #6892 from jaseg/patch-1

modules.rst: be consistent with service module documentation
parents 6d54eae9 ba65c23f
......@@ -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"
......
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