|
|
@ -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 |
|
|
|