diff --git a/usr.local.sbin/update-and-apply-ansible.sh b/usr.local.sbin/update-and-apply-ansible.sh index ec03477..7d246dc 100644 --- a/usr.local.sbin/update-and-apply-ansible.sh +++ b/usr.local.sbin/update-and-apply-ansible.sh @@ -7,7 +7,8 @@ set -u ## -- path to the Ansible dirs #ANSBASE=/var/lib/ansible/ -ANSBASE="/root/ansible" +#ANSBASE="/root/ansible" +ANSBASE="/root/git" REPO="ansible-fmb" ## -- node set to the first parameter passed NODE=${1:-"ts-el9.local"}