From d993e4c68654a5917c11531f5558e67678dcfe1e Mon Sep 17 00:00:00 2001 From: Maarten Date: Sun, 1 Dec 2024 13:29:46 +0100 Subject: [PATCH] Made a correction to update-and-apply-ansible.sh --- 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 9eba25b..ec03477 100644 --- a/usr.local.sbin/update-and-apply-ansible.sh +++ b/usr.local.sbin/update-and-apply-ansible.sh @@ -32,7 +32,8 @@ if [ ! -d ${ANSBASE}/${REPO} ] then ## -- initial clone here if dir is missing (and initial apply) echo "$(date +'%F_%R:%S'): initial clone needed:" - git clone deploy:/tombstones/${REPO}.git ${ANSBASE}/${REPO} + #git clone deploy:/tombstones/${REPO}.git ${ANSBASE}/${REPO} + git clone ssh://git@deploy:/tombstones/${REPO}.git ${ANSBASE}/${REPO} apply_ansible elif [ -d ${ANSBASE}/${REPO} ] then