From 3ab8e6f5abe74ee794dffc5f074baf009a5d5ac3 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 31 Oct 2019 16:00:57 -0400 Subject: [PATCH] Code clarif & mandate 2.9.0 --- iiab-install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/iiab-install b/iiab-install index de9513616..43851997c 100755 --- a/iiab-install +++ b/iiab-install @@ -10,7 +10,7 @@ CWD=`pwd` OS=`grep ^ID= /etc/*release|cut -d= -f2` OS=${OS//\"/} MIN_RPI_KERN=4.9.59-v7+ # UPDATE THIS SOON...when Raspbian's Oct 2019 kernels are finally fixed (https://github.com/iiab/iiab/issues/1993 etc) -MIN_ANSIBLE_VER=2.7.14 +MIN_ANSIBLE_VER=2.9.0 if [ ! -f /etc/iiab/local_vars.yml ]; then @@ -151,6 +151,7 @@ echo -e "Running local playbooks....Stage 0 will now run....followed by Stages $ export ANSIBLE_LOG_PATH="$CWD/iiab-install.log" ansible -m setup -i $INVENTORY localhost --connection=local | grep python -ansible -m setup -i $INVENTORY localhost --connection=local >> /dev/null +ansible -m setup -i $INVENTORY localhost --connection=local >> /dev/null # So vars are recorded in /opt/iiab/iiab/iiab-install.log ansible-playbook -i $INVENTORY $PLAYBOOK ${ARGS} --connection=local + echo -e "./iiab-install $* COMPLETED IN $CWD\n\n"