ansible/docsite/rst
raphinou ba2582fff6 replaced && by ||
In the example, you want /bin/true to be executed if the first command has an error return code. Combining command with && will run the second only if the first is successful. Combining them with ||, the second will be run only of the first fails, what is wanted here.
2013-03-27 14:37:31 +01:00
..
modules Add .gitdir 2012-10-10 20:00:15 -04:00
api.rst Fix version added attribute, update docs URL 2013-03-25 10:56:32 -04:00
bestpractices.rst Fix version added attribute, update docs URL 2013-03-25 10:56:32 -04:00
contrib.rst Fix version added attribute, update docs URL 2013-03-25 10:56:32 -04:00
examples.rst Fix version added attribute, update docs URL 2013-03-25 10:56:32 -04:00
gettingstarted.rst Fix version added attribute, update docs URL 2013-03-25 10:56:32 -04:00
glossary.rst Fix version added attribute, update docs URL 2013-03-25 10:56:32 -04:00
index.rst Fix version added attribute, update docs URL 2013-03-25 10:56:32 -04:00
moduledev.rst Fix version added attribute, update docs URL 2013-03-25 10:56:32 -04:00
modules.rst Fix version added attribute, update docs URL 2013-03-25 10:56:32 -04:00
patterns.rst Fix version added attribute, update docs URL 2013-03-25 10:56:32 -04:00
playbooks.rst replaced && by || 2013-03-27 14:37:31 +01:00
playbooks2.rst Resolve merge commit. 2013-03-25 22:32:01 -04:00
YAMLSyntax.rst Fix version added attribute, update docs URL 2013-03-25 10:56:32 -04:00