From 5609e234afd403ce7f420f4eb284e5f3a65e5c3e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 27 Nov 2020 21:00:30 -0500 Subject: [PATCH] scripts/ansible: Clarify ansible-base 2.10.3+ --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 8d503d2c0..c0b96831f 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -91,7 +91,7 @@ $APT_PATH/apt -y --allow-downgrades install ansible-base \ python3-pymysql python3-psycopg2 python3-passlib python3-pip \ python3-setuptools python3-packaging python3-venv virtualenv -echo -e "\n\nIIAB requires these 3 Ansible Collections: (w/ ansible-base 2.10.0 or higher)\n" +echo -e "\n\nIIAB requires these 3 Ansible Collections: (w/ ansible-base 2.10.3+)\n" ansible-galaxy collection install community.general # Re-running collection ansible-galaxy collection install community.mysql # installs appears safe! ansible-galaxy collection install ansible.posix # 2020-11-27: For 3 below...