diff --git a/docsite/rst/playbooks_intro.rst b/docsite/rst/playbooks_intro.rst index 42bdfd9cb3..a3fc9bdfb0 100644 --- a/docsite/rst/playbooks_intro.rst +++ b/docsite/rst/playbooks_intro.rst @@ -203,9 +203,9 @@ the service module takes key=value arguments:: - name: make sure apache is running service: name=httpd state=running -The `command` and `shell` modules are the one modules that just takes a list -of arguments, and don't use the key=value form. This makes -them work just like you would expect. Simple:: +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 +them work as simply as you would expect:: tasks: - name: disable selinux