Skip to content

Commit

Permalink
Fix to avoid to stop on error
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 22, 2024
1 parent 19a5651 commit 3469d60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ansible/launch_install_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@
line: '<!-- <policy domain="coder" rights="none" pattern="PDF" /> -->'

- name: Set datadog config files /etc/datadog-agent/conf.d/disk.d/conf.yaml
ignore_errors: true
ansible.builtin.template:
src: ../../etc/datadog-agent/conf.d/disk.d/conf.yaml
dest: /etc/datadog-agent/conf.d/disk.d/conf.yaml
Expand All @@ -1068,6 +1069,7 @@
mode: '0644'

- name: Set datadog config files /etc/datadog-agent/conf.d/mcache.d/conf.yaml
ignore_errors: true
ansible.builtin.template:
src: ../../etc/datadog-agent/conf.d/mcache.d/conf.yaml
dest: /etc/datadog-agent/conf.d/mcache.d/conf.yaml
Expand All @@ -1076,6 +1078,7 @@
mode: '0644'

- name: Set datadog config files /etc/datadog-agent/conf.d/postfix.d/conf.yaml
ignore_errors: true
ansible.builtin.template:
src: ../../etc/datadog-agent/conf.d/postfix.d/conf.yaml
dest: /etc/datadog-agent/conf.d/postfix.d/conf.yaml
Expand Down

0 comments on commit 3469d60

Please sign in to comment.