mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
modules.rst: be consistent with service module documentation
This commit is contained in:
parent
6d54eae96a
commit
ba65c23ff9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue