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

Refine PR #3590 to document ansible-core 2.14.6 recommendation

This commit is contained in:
A Holt 2023-05-22 17:47:29 -04:00 committed by GitHub
parent 2973b283df
commit 8ae4f020e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,8 @@
# https://github.com/iiab/iiab/wiki/Technical-Contributors-Guide#female_detective-understanding-ansible # https://github.com/iiab/iiab/wiki/Technical-Contributors-Guide#female_detective-understanding-ansible
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 have installed, e.g. [core 2.15.0] CURR_VER=undefined # Ansible version you have installed, e.g. [core 2.14.6]
GOOD_VER=2.15.0 # Orig for 'yum install [rpm]' & XO laptops (pip install) GOOD_VER=2.14.6 # Orig for 'yum install [rpm]' & XO laptops (pip install)
# 2021-06-22: The apt approach (with PPA source in /etc/apt/sources.list.d/ and # 2021-06-22: The apt approach (with PPA source in /etc/apt/sources.list.d/ and
# .gpg key etc) are commented out with ### below. Associated guidance/comments # .gpg key etc) are commented out with ### below. Associated guidance/comments