Update 'roles/common/files/ansible-pull'

This commit is contained in:
ubergeek 2019-03-17 09:18:35 -04:00
parent 16be677b61
commit f1e0bfd7f4
1 changed files with 1 additions and 1 deletions

View File

@ -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