From bc6f48eb78299743c3593d4690d178a36244a201 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 3 Nov 2019 11:19:07 -0500 Subject: [PATCH] scripts/ansible-2.8.x: 80-char width somewhat cleaner --- scripts/ansible-2.8.x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")