mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
ansible-base 2.10.5
This commit is contained in:
parent
b93a69ce98
commit
f46d469eb7
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint
|
APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint
|
||||||
CURR_VER="undefined" # Ansible version you currently have installed
|
CURR_VER="undefined" # Ansible version you currently have installed
|
||||||
GOOD_VER="2.10.4" # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
GOOD_VER="2.10.5" # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
||||||
# We install latest 'ansible-base' from PPA: (may be more recent than GOOD-VER)
|
# We install latest 'ansible-base' from PPA: (may be more recent than GOOD-VER)
|
||||||
# https://launchpad.net/~ansible/+archive/ubuntu/ansible
|
# https://launchpad.net/~ansible/+archive/ubuntu/ansible
|
||||||
# https://launchpad.net/~ansible/+archive/ubuntu/ansible-2.10
|
# https://launchpad.net/~ansible/+archive/ubuntu/ansible-2.10
|
||||||
|
@ -15,8 +15,8 @@ GOOD_VER="2.10.4" # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
||||||
# IIAB implementers might instead consider these 2 GENERAL TECHNIQUES below
|
# IIAB implementers might instead consider these 2 GENERAL TECHNIQUES below
|
||||||
# ("in an emergency!") e.g. if you must install an older version of Ansible:
|
# ("in an emergency!") e.g. if you must install an older version of Ansible:
|
||||||
|
|
||||||
# TEMPORARILY USE ANSIBLE 2.9.16 (REMOVE IT WITH "pip uninstall ansible")
|
# TEMPORARILY USE ANSIBLE 2.9.17 (REMOVE IT WITH "pip uninstall ansible")
|
||||||
#pip install ansible==2.9.16
|
#pip install ansible==2.9.17
|
||||||
|
|
||||||
# TEMPORARILY USE ANSIBLE 2.4.2 DUE TO 2.4.3 MEMORY BUG. Details: iiab/iiab#669
|
# 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"
|
#echo "Install http://download.iiab.io/packages/ansible_2.4.2.0-1ppa~xenial_all.deb"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue