ba2582fff6
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. |
||
---|---|---|
.. | ||
modules | ||
api.rst | ||
bestpractices.rst | ||
contrib.rst | ||
examples.rst | ||
gettingstarted.rst | ||
glossary.rst | ||
index.rst | ||
moduledev.rst | ||
modules.rst | ||
patterns.rst | ||
playbooks.rst | ||
playbooks2.rst | ||
YAMLSyntax.rst |