Commit 0d52de0f by Richard C Isaacson

Language cleanup for clarity.

parent fb30ce09
...@@ -203,9 +203,9 @@ the service module takes key=value arguments:: ...@@ -203,9 +203,9 @@ the service module takes key=value arguments::
- name: make sure apache is running - name: make sure apache is running
service: name=httpd state=running service: name=httpd state=running
The `command` and `shell` modules are the one modules that just takes a list The `command` and `shell` modules are the only modules that just take a list
of arguments, and don't use the key=value form. This makes of arguments and don't use the key=value form. This makes
them work just like you would expect. Simple:: them work as simply as you would expect::
tasks: tasks:
- name: disable selinux - name: disable selinux
......
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