From b621c496d14ee63e202262a8b829f35d7754a276 Mon Sep 17 00:00:00 2001 From: Maarten Date: Sun, 1 Dec 2024 15:49:07 +0100 Subject: [PATCH] Changed update-and-apply-ansible.sh to clone into /root/git instead of /root/ansible --- usr.local.sbin/update-and-apply-ansible.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"}