Skip to content

Commit

Permalink
Merge pull request #21 from chriscannon/master
Browse files Browse the repository at this point in the history
Avoids bare variables which is deprecated
  • Loading branch information
olivielpeau committed May 5, 2016
2 parents 78d2fb6 + 3956af3 commit c3d3ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
dest=/etc/dd-agent/conf.d/{{ item }}.yaml
owner={{ datadog_user }}
group={{ datadog_group }}
with_items: datadog_checks.keys()
with_items: '{{ datadog_checks.keys() }}'
notify:
- restart datadog-agent

0 comments on commit c3d3ffa

Please sign in to comment.