mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #2774 from holta/ansible-2.10.9
Recommend ansible-base 2.10.9
This commit is contained in:
commit
7d34793f22
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ addons:
|
||||||
- sourceline: ppa:ansible/ansible
|
- sourceline: ppa:ansible/ansible
|
||||||
packages:
|
packages:
|
||||||
# - python-pip # @arky had used this starting in 2018
|
# - python-pip # @arky had used this starting in 2018
|
||||||
- ansible-base # Install latest ansible-base e.g. 2.10.7+, similar to https://github.com/iiab/iiab/blob/master/scripts/ansible
|
- ansible-base # Install latest ansible-base e.g. 2.10.9+, similar to https://github.com/iiab/iiab/blob/master/scripts/ansible
|
||||||
# - python3-pymysql # These 7-or-8 packages are not needed during this very rapid --syntax-check
|
# - python3-pymysql # These 7-or-8 packages are not needed during this very rapid --syntax-check
|
||||||
# - python3-psycopg2
|
# - python3-psycopg2
|
||||||
# - python3-passlib
|
# - python3-passlib
|
||||||
|
|
|
@ -9,7 +9,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.8 # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
GOOD_VER=2.10.9 # Orig for 'yum install [rpm]' & XO laptops (pip install)
|
||||||
|
|
||||||
# We install the latest 'ansible-base' from PPA, using an OS 'CODENAME' below:
|
# We install the latest 'ansible-base' from PPA, using an OS 'CODENAME' below:
|
||||||
# https://launchpad.net/~ansible/+archive/ubuntu/ansible
|
# https://launchpad.net/~ansible/+archive/ubuntu/ansible
|
||||||
|
|
Loading…
Reference in a new issue