Commit bccab0f2 by Michael DeHaan

Merge pull request #2514 from raphinou/patch-1

replaced && by || 
parents d994c9fd ba2582ff
......@@ -220,7 +220,7 @@ who's successful exit code is not zero, you may wish to do this::
tasks:
- name: run this command and ignore the result
action: shell /usr/bin/somecommand && /bin/true
action: shell /usr/bin/somecommand || /bin/true
If the action line is getting too long for comfort you can break it on
a space and indent any continuation lines::
......
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