mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Give touch one second more
This commit is contained in:
@@ -10,6 +10,7 @@ else
|
|||||||
cd /var/thunix/ansible
|
cd /var/thunix/ansible
|
||||||
while [ $SCHED = 1 ]
|
while [ $SCHED = 1 ]
|
||||||
do
|
do
|
||||||
|
sleep 1
|
||||||
touch $RUNNING
|
touch $RUNNING
|
||||||
/usr/bin/git pull
|
/usr/bin/git pull
|
||||||
/usr/local/bin/ansible-playbook -i /var/thunix/ansible/hosts /var/thunix/ansible/site.yml -u root
|
/usr/local/bin/ansible-playbook -i /var/thunix/ansible/hosts /var/thunix/ansible/site.yml -u root
|
||||||
|
|||||||
Reference in New Issue
Block a user