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

Bug fixes

parent 5d0d2dd7
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,9 @@
- name: "ServerDensity | Copy Plugins"
copy:
src={{ sd_plugins_files_dir }}/{{ item.1 }}
dest={{ sd_agent_plugins_dir }}/{{ item.1 }}
with_items: sd_plugins|dictsort
src={{ sd_plugins_files_dir }}/{{ item }}
dest={{ sd_agent_plugins_dir }}/{{ item }}
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