From 4895cd4d86dca4006a316053a8ee763a3426c7a3 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 3 May 2021 20:53:30 -0400 Subject: [PATCH] scripts/ansible: further document ansible-base 2.10.9 --- scripts/ansible | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index 53d000f7a..d57b704f6 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -42,8 +42,8 @@ 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.8 (REMOVE W/ "pip3 uninstall ansible-base") -#pip3 install ansible-base==2.10.8 # Start new shell, so /usr/local/bin works +# TEMPORARILY USE ansible-base 2.10.9 (REMOVE W/ "pip3 uninstall ansible-base") +#pip3 install ansible-base==2.10.9 # Start new shell, so /usr/local/bin works # TEMPORARILY USE ANSIBLE 2.9.20 (REMOVE IT WITH "pip uninstall ansible") #apt install python-pip