From 16be677b6186ae80f65340de13987d6479d64e39 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 17 Mar 2019 01:51:49 +0000 Subject: [PATCH] Setting ansible path --- roles/common/files/ansible-pull | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/files/ansible-pull b/roles/common/files/ansible-pull index f519d7a..eec398b 100644 --- a/roles/common/files/ansible-pull +++ b/roles/common/files/ansible-pull @@ -1,4 +1,5 @@ #!/bin/bash +ANSIBLE_LOCAL_TEMP = /tmp/.ansible cd /var/thunix/ansible git pull ansible-playbook -i ./hosts site.yml -u root