diff --git a/scripts/ansible b/scripts/ansible index 0f4cbc0d4..78808009c 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -54,9 +54,8 @@ fi # TEMPORARILY USE pip3 to install the latest ansible-core as listed at # https://pypi.org/project/ansible-core/ (REMOVE W/ "pip3 uninstall ansible-core") -#apt install python3-pip -#pip3 install ansible-core # Then start a new shell, so /usr/local/bin works #apt install python3-pymysql python3-psycopg2 python3-passlib python3-pip python3-setuptools python3-packaging python3-venv virtualenv +#pip3 install ansible-core # Then start a new shell, so /usr/local/bin works #ansible-galaxy collection install -r collections.yml # TEMPORARILY USE ansible-base 2.10.10 (REMOVE W/ "pip3 uninstall ansible-base")