From bf7564cc0a21b479ff6e8728fd91d1091935d871 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Sun, 26 Jul 2015 17:19:00 +0200 Subject: [PATCH] Bug fix --- setup_local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_local.yml b/setup_local.yml index 6e9468b4..58133937 100644 --- a/setup_local.yml +++ b/setup_local.yml @@ -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: -- GitLab