Skip to content

Commit ac69f5e

Browse files
committed
Set ignore_errors to true for crawl_n_mask
We do not want to fail the entire job if our crawl_n_mask module faces any error.
1 parent 80b8624 commit ac69f5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roles/artifacts/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
find {{ cifmw_artifacts_basedir }}/artifacts -type d -exec chmod 0755 '{}' \;
9090
9191
- name: Mask secrets in yaml log files
92+
ignore_errors: true # noqa: ignore-errors
9293
crawl_n_mask:
9394
path: "{{ item }}"
9495
isdir: true

0 commit comments

Comments
 (0)