From d612b8fb066516121916c8bb318664fafbeba89d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Sep 2020 22:06:49 -0400 Subject: [PATCH] Clarify 2 Ansible Collections --- scripts/ansible | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ansible b/scripts/ansible index e574effe6..ae698b8e8 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -61,6 +61,7 @@ $APT_PATH/apt -y --allow-downgrades install ansible-base \ python3-pymysql python3-psycopg2 python3-passlib python3-pip \ python3-setuptools python3-venv virtualenv +# IIAB requires these 2 Ansible Collections: (starting with Ansible 2.10) ansible-galaxy collection install community.general ansible-galaxy collection install community.mysql