diff --git a/scripts/ansible-2.8.x b/scripts/ansible-2.8.x index 01d1805af..9bc8ea676 100755 --- a/scripts/ansible-2.8.x +++ b/scripts/ansible-2.8.x @@ -77,8 +77,8 @@ elif [ -f /etc/debian_version ]; then # Includes Debian, Ubuntu & Raspbian echo -e "\napt update; apt install ansible and python3 dependencies explained at:" echo -e "https://github.com/iiab/iiab/tree/master/scripts/ansible.md\n" apt update - apt -y --allow-downgrades install ansible python3-pymysql python3-psycopg2 python3-passlib\ - python3-pip python3-setuptools virtualenv + apt -y --allow-downgrades install ansible python3-pymysql python3-psycopg2 \ + python3-passlib python3-pip python3-setuptools virtualenv echo -e "\nSUCCESS: verify Ansible using 'ansible --version' and/or 'apt -a list ansible'\n\n" # TEMPORARILY USE ANSIBLE 2.4.4 (REMOVE IT WITH "pip uninstall ansible")