From c511a85c1b8f46e7a5f92e334a653519d5445891 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 26 Oct 2020 07:26:54 -0700 Subject: [PATCH] python3-packaging to avoid Ansible pink warning --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 24472cf7c..4a6a50f4a 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -89,7 +89,7 @@ echo -e "https://github.com/iiab/iiab/tree/master/scripts/ansible.md\n" $APT_PATH/apt update $APT_PATH/apt -y --allow-downgrades install ansible-base \ python3-pymysql python3-psycopg2 python3-passlib python3-pip \ - python3-setuptools python3-venv virtualenv + python3-setuptools python3-packaging python3-venv virtualenv echo -e "\n\nIIAB requires these 2 Ansible Collections: (w/ ansible-base 2.10.0 or higher)\n" ansible-galaxy collection install community.general # Re-running these