From 87c81df5e0f4c938ac03df92433bcfc31a0294e0 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Sat, 28 Oct 2017 18:02:54 -0500 Subject: [PATCH] stage tuning and ansible_version --- runansible | 2 +- scripts/local_facts.fact | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runansible b/runansible index 070108c65..b1cb710cc 100755 --- a/runansible +++ b/runansible @@ -27,7 +27,7 @@ then source /etc/iiab/iiab.env if [ ! $STAGE == 9 ] then - echo "Restarting STAGE=$STAGE" + echo "Restarting from STAGE $STAGE" fi if [ $STAGE == 9 ] then diff --git a/scripts/local_facts.fact b/scripts/local_facts.fact index 43f8ab6f5..54863bcd7 100755 --- a/scripts/local_facts.fact +++ b/scripts/local_facts.fact @@ -45,7 +45,7 @@ fi # interruptions return last stage number recorded (1-9) if [ -f /etc/iiab/iiab.env ] then - STAGE=0 + STAGE=1 source /etc/iiab/iiab.env STAGE=$STAGE else @@ -58,7 +58,7 @@ cat <