Skip to content
Snippets Groups Projects
Commit f2493d71 authored by jurgenhaas's avatar jurgenhaas
Browse files

Remove deprecation warnings from Ansible 2.0.1.0

parent 3014221e
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
copy:
src={{ sd_plugins_files_dir }}/{{ item }}
dest={{ sd_agent_plugins_dir }}/{{ item }}
with_items: sd_plugins
with_items: '{{ sd_plugins }}'
when: sd_plugins|length > 0
notify: "ServerDensity | Restart Agent"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment