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