d8c3a4a808
We're seeing when the shell command fails (for whatever reason) and since it's failed_when: false, the subsequent tasks actually fail. We can check if stdout is not defined as a failure condition because that means the module itself failed and we should not continue to process the next tasks since they depend on stdout being defined.. Additionally we can add some retries to try again if possible. Change-Id: Iabc1619009220c6f1c91b84f81d5262c4d9d8430 Related-Bug: #1885697 |
||
---|---|---|
.. | ||
persist | ||
main.yaml |