From 0d067970d46e62030fca37614d0b34b58bab7a03 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Sat, 10 Aug 2019 15:51:29 -0500 Subject: [PATCH] pass reinstall ansible --- iiab-install | 1 + 1 file changed, 1 insertion(+) diff --git a/iiab-install b/iiab-install index 7d5f71c35..adbbf69b7 100755 --- a/iiab-install +++ b/iiab-install @@ -124,6 +124,7 @@ if [ -f /etc/iiab/iiab.env ]; then echo "Removed /etc/iiab/iiab.env effectively resetting STAGE (counter)." elif [ "$1" == "--reinstall" ]; then STAGE=0 + ARGS="$ARGS --extra-vars reinstall=True" sed -i 's/^STAGE=.*/STAGE=0/' /etc/iiab/iiab.env echo "Wrote STAGE=0 (counter) to /etc/iiab/iiab.env" elif [ "$STAGE" -ge 2 ] && [ "$1" == "--debug" ]; then