diff --git a/playbooks/base-test/post.yaml b/playbooks/base-test/post.yaml index a021a08..0318870 100644 --- a/playbooks/base-test/post.yaml +++ b/playbooks/base-test/post.yaml @@ -3,5 +3,8 @@ - fetch-output - hosts: all + # NOTE(pabelanger): We ignore_errors for the following tasks as not to fail + # successful jobs. + ignore_errors: yes roles: - remove-build-sshkey diff --git a/playbooks/base/post.yaml b/playbooks/base/post.yaml index a021a08..0318870 100644 --- a/playbooks/base/post.yaml +++ b/playbooks/base/post.yaml @@ -3,5 +3,8 @@ - fetch-output - hosts: all + # NOTE(pabelanger): We ignore_errors for the following tasks as not to fail + # successful jobs. + ignore_errors: yes roles: - remove-build-sshkey