From f1e0bfd7f4c99d62ce8e4bd232b2467ca8589d57 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Sun, 17 Mar 2019 09:18:35 -0400 Subject: [PATCH] Update 'roles/common/files/ansible-pull' --- roles/common/files/ansible-pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/files/ansible-pull b/roles/common/files/ansible-pull index eec398b..f67553f 100644 --- a/roles/common/files/ansible-pull +++ b/roles/common/files/ansible-pull @@ -1,5 +1,5 @@ #!/bin/bash -ANSIBLE_LOCAL_TEMP = /tmp/.ansible +export ANSIBLE_LOCAL_TEMP = /tmp/.ansible cd /var/thunix/ansible git pull ansible-playbook -i ./hosts site.yml -u root