diff --git a/scripts/ansible b/scripts/ansible index 9fe8fb330..7a484e338 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -15,7 +15,7 @@ GOOD_VER=2.11.1 # Orig for 'yum install [rpm]' & XO laptops (pip install) # delays in publishing the PPA (.deb installer files) for ansible-core, this # file bypasses the apt approach (and associated PPA source) in favor of: # -# pip3 install ansible-core +# pip3 install --upgrade ansible-core # # What the future holds for 2022+ is not yet clear. So the apt approach (with # PPA source in /etc/apt/sources.list.d/ and .gpg key etc) and much associated