mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #2801 from holta/ansible-2.11.1
Released: ansible-core 2.11.1, ansible-base 2.10.10, ansible 2.9.22
This commit is contained in:
commit
75c4d8121b
1 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint
|
||||
CURR_VER=undefined # Ansible version you currently have installed
|
||||
GOOD_VER=2.11.0 # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
||||
GOOD_VER=2.11.1 # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
||||
|
||||
# 2021-05-19 PR #2743: As a result of Ansible / Red Hat / IBM's extensive
|
||||
# delays in publishing the PPA (.deb installer files) for ansible-core, this
|
||||
|
@ -59,13 +59,13 @@ fi
|
|||
#apt install python3-pymysql python3-psycopg2 python3-passlib python3-pip python3-setuptools python3-packaging python3-venv virtualenv
|
||||
#ansible-galaxy collection install -r collections.yml
|
||||
|
||||
# TEMPORARILY USE ansible-base 2.10.9 (REMOVE W/ "pip3 uninstall ansible-base")
|
||||
# TEMPORARILY USE ansible-base 2.10.10 (REMOVE W/ "pip3 uninstall ansible-base")
|
||||
#apt install python3-pip
|
||||
#pip3 install ansible-base==2.10.9 # Start new shell, so /usr/local/bin works
|
||||
#pip3 install ansible-base==2.10.10 # Start new shell, so /usr/local/bin works
|
||||
|
||||
# TEMPORARILY USE ANSIBLE 2.9.21 (REMOVE IT WITH "pip uninstall ansible")
|
||||
# TEMPORARILY USE ANSIBLE 2.9.22 (REMOVE IT WITH "pip3 uninstall ansible")
|
||||
#apt install python3-pip
|
||||
#pip3 install ansible==2.9.21
|
||||
#pip3 install ansible==2.9.22
|
||||
|
||||
# TEMPORARILY USE ANSIBLE 2.4.2 DUE TO 2.4.3 MEMORY BUG. Details: iiab/iiab#669
|
||||
#echo "Install http://download.iiab.io/packages/ansible_2.4.2.0-1ppa~xenial_all.deb"
|
||||
|
|
Loading…
Reference in a new issue