diff --git a/docsite/rst/modules.rst b/docsite/rst/modules.rst index 1e2a851d4a4..aa9ca0f40a1 100644 --- a/docsite/rst/modules.rst +++ b/docsite/rst/modules.rst @@ -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"