1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

everybody will need to upgrade for now

This commit is contained in:
Jerry Vonau 2017-09-27 14:02:57 -05:00
parent 874d5a650d
commit f8d663d713

View file

@ -6,18 +6,18 @@ URL="NA"
if [ $(which ansible-playbook) ]; then if [ $(which ansible-playbook) ]; then
VER=`ansible --version|head -n 1|cut -f 2 -d " "` VER=`ansible --version|head -n 1|cut -f 2 -d " "`
if [ $VER="2.2.0.0" ]; then if [ $VER="2.2.0.0" ]; then
echo "Ansible $VER installed updating" echo "Ansible $VER installed updating to 2.4.0"
pip install --upgrade ansible==2.4.0 --disable-pip-version-check pip install --upgrade ansible==2.4.0 --disable-pip-version-check
# sed -i 's/StrictVersion/LooseVersion/g' /usr/lib/python2.7/dist-packages/ansible/modules/core/web_infrastructure/htpasswd.py # sed -i 's/StrictVersion/LooseVersion/g' /usr/lib/python2.7/dist-packages/ansible/modules/core/web_infrastructure/htpasswd.py
fi fi
exit 0 exit 0
fi fi
# TODO add check for version - to revese patching if upgrading # TODO add check for version - to revese patching if upgrading
if [ $(which ansible-playbook) ]; then #if [ $(which ansible-playbook) ]; then
VER=`ansible --version|head -n 1|cut -f 2 -d " "` # VER=`ansible --version|head -n 1|cut -f 2 -d " "`
echo "Ansible $VER installed exiting..." # echo "Ansible $VER installed exiting..."
exit 0 # exit 0
fi #fi
echo "Installing --- Please Wait" echo "Installing --- Please Wait"
if [ -f /etc/fedora-release ]; then if [ -f /etc/fedora-release ]; then
VER=`grep VERSION_ID /etc/*elease | cut -d= -f2` VER=`grep VERSION_ID /etc/*elease | cut -d= -f2`