Mohammed Naser | e5aeb36 | 2025-01-28 17:53:30 -0500 | [diff] [blame] | 1 | - hosts: all |
2 | roles: | ||||
3 | - fetch-output | ||||
4 | - merge-output-to-logs | ||||
5 | |||||
6 | - hosts: all | ||||
7 | # NOTE(pabelanger): We ignore_errors for the following tasks as not to fail | ||||
8 | # successful jobs. | ||||
9 | ignore_errors: yes | ||||
10 | roles: | ||||
11 | - remove-build-sshkey |