Skip to content

Commit 0477e4b

Browse files
committed
fix(awx): ignore errors on task that is designed to fail
!1
1 parent f341768 commit 0477e4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/awx/job_templates.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
playbook_contents: "{{ lookup('file', item.root + nfc_pb_awx_playbook_filename) | from_yaml }}"
1313
when: nfc_pb_awx_playbook_filename | default('') != ''
1414
failed_when: false
15+
ignore_errors: true
1516
# no_log: true
1617

1718

0 commit comments

Comments
 (0)