From a63b05ce0ad0fcd7825b680e44e533cbed61ce1f Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 23 Nov 2015 18:05:40 +0100
Subject: [PATCH] Use sudo to set shortcuts

---
 setup_local.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup_local.yml b/setup_local.yml
index 9f4d6418..54edb274 100644
--- a/setup_local.yml
+++ b/setup_local.yml
@@ -75,6 +75,7 @@
           value: "False"
           section: "ssh_connection"
     - name: "Shortcuts for Ansible"
+      sudo: yes
       file:
         src="{{ lookup('env','PWD') }}/{{ item.script }}"
         path="/usr/local/bin/{{ item.short }}"
-- 
GitLab