From 6cb996f10b25ba23b7d7057910ac3173b00ce433 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 11 Jul 2018 04:08:34 -0400 Subject: [PATCH] Update iiab-install --- iiab-install | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/iiab-install b/iiab-install index 5179fdf42..7cae43b7b 100755 --- a/iiab-install +++ b/iiab-install @@ -68,9 +68,11 @@ if [[ `command -v ansible` ]]; then # "command -v" is POSIX compliant; it fi if version_gt $MIN_ANSIBLE_VER $CURR_ANSIBLE_VER ; then echo -e "\nEXITING: Ansible "$MIN_ANSIBLE_VER" or higher required." - echo "PLEASE RUN './scripts/ansible' to install the latest Ansible from PPA or RPM." - echo "'ansible --version' and 'apt -a list ansible' can also be useful here. Try" - echo "to remove prior versions with 'apt purge ansible' or 'pip uninstall ansible'." + echo + echo "REMOVE PRIOR VERSIONS using 'apt purge ansible' and/or 'pip uninstall ansible'." + echo "THEN RUN 'scripts/ansible' to install the latest Ansible from PPA or RPM." + echo "'ansible --version' and 'apt -a list ansible' can also be very useful." + echo echo "IIAB INSTALL INSTRUCTIONS: https://github.com/iiab/iiab/wiki/IIAB-Installation" exit 1 fi