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

Bug fix

parent 5583d18f
Branches
No related tags found
No related merge requests found
......@@ -42,10 +42,10 @@
with_items: "{{ plugins }}"
- name: "Install plugins"
file:
sudo=yes
src="{{ lookup('env','PWD') }}/plugins/{{ item.name }}/action_plugins/{{ item.name }}.py"
dest="/usr/share/ansible_plugins/action_plugins/{{ item.name }}.py"
state="link"
sudo: yes
with_items: "{{ plugins }}"
- name: "Configure ansible"
ini_file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment