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

Local installation script: use sudo for plugin installation

parent 28f7a405
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@
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"
......
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