1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

scripts/ansible: 80-char width somewhat cleaner

This commit is contained in:
A Holt 2019-11-03 11:18:02 -05:00 committed by GitHub
parent b0d0786df0
commit 278aa9734c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"