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

Bug fix

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