1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Language cleanup for clarity.

This commit is contained in:
Richard C Isaacson 2014-01-09 21:27:04 -06:00
parent fb30ce090b
commit 0d52de0f29

View file

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