Commit c0495c3b by Nigel Metheringham

Typo fix - playbook ignoring shell status return

parent 1da9d23f
......@@ -208,7 +208,7 @@ them work just like you would expect. Simple::
action: command /sbin/setenforce 0
The command and shell module care about return codes, so if you have a command
who's successful exit code is not zero, you may wish to do this:
who's successful exit code is not zero, you may wish to do this::
tasks:
- name: run this command and ignore the result
......
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