Skip to content

Commit e78d90a

Browse files
committed
Merge pull request #284 from CodeNow/SAN-3310-docks-docker-dd-mon
install docker daemon integration whenever no_dd_monitoring is NOT set
2 parents ff3f02b + a474af9 commit e78d90a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/datadog/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
- name: add docker to dd-agent group
2929
sudo: yes
30-
when: no_dd_monitoring is defined
30+
when: no_dd_monitoring is not defined
3131
user:
3232
name=dd-agent
3333
groups=docker
@@ -57,7 +57,7 @@
5757

5858
- name: install docker integration
5959
sudo: yes
60-
when: no_dd_monitoring is defined
60+
when: no_dd_monitoring is not defined
6161
template:
6262
src=docker_daemon.yaml.j2
6363
dest=/etc/dd-agent/conf.d/docker_daemon.yaml

0 commit comments

Comments
 (0)