zuul-jobs/roles/persistent-firewall/tasks
Alex Schultz d8c3a4a808 Make persist-iptables more robust
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
2020-07-02 09:42:58 -06:00
..
persist Use present for package state instead of installed 2019-12-17 08:24:05 -08:00
main.yaml Make persist-iptables more robust 2020-07-02 09:42:58 -06:00