Commit cae407c
committed
Fix ansible-lint violations in existing roles
- Add changed_when: true to two tasks in get_openshift_release_binaries
- Add set -o pipefail to shell tasks with pipes in run-performance-test
- Replace ignore_errors with failed_when: false in DUT pod cleanup
Ref: OSPRH-32049
Change-Id: I7320ee163f4a2811f7dd7d535424fabb2c2e694e
Signed-off-by: Itay Matza <imatza@redhat.com>1 parent 3fee09f commit cae407c
2 files changed
Lines changed: 5 additions & 1 deletion
File tree
- collection
- stages/roles/day2ops/tasks/procedures
- tools/roles/tools_get_openshift_release/tasks
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| 206 | + | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| |||
271 | 273 | | |
272 | 274 | | |
273 | 275 | | |
274 | | - | |
| 276 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
0 commit comments