We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1b1a68 + 55c9b5a commit d713c01Copy full SHA for d713c01
1 file changed
ansible/roles/notify/handlers/main.yml
@@ -25,6 +25,7 @@
25
26
- name: send datadog message for deploy
27
when: datadog_api_key is defined and datadog_tags is defined and git_branch is defined
28
+ ignore_errors: true
29
tags:
30
- datadog
31
- always
0 commit comments