Fix variable definition

This commit is contained in:
Naglfar 2023-08-26 09:19:41 -06:00
parent 6769f18c68
commit 2009c2d081
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
export 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