We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d40a3 commit c59fe12Copy full SHA for c59fe12
1 file changed
ansible/roles/datadog/tasks/main.yml
@@ -27,7 +27,7 @@
27
28
- name: add docker to dd-agent group
29
sudo: yes
30
- when: no_dd_monitoring != false
+ when: no_dd_monitoring != true
31
user:
32
name=dd-agent
33
groups=docker
@@ -57,7 +57,7 @@
57
58
- name: install docker integration
59
60
61
template:
62
src=docker_daemon.yaml.j2
63
dest=/etc/dd-agent/conf.d/docker_daemon.yaml
@@ -66,6 +66,7 @@
66
# assumes a config for {{ name }} exists
67
- name: install datadog integrations
68
69
+ when: docker_config != "docks"
70
71
src="{{ name }}.yaml.j2"
72
dest="/etc/dd-agent/conf.d/{{ name }}.yaml"
0 commit comments