modules.rst: be consistent with service module documentation

pull/6892/head
jaseg 10 years ago
parent 6d54eae96a
commit ba65c23ff9

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