From e144f9821be3cd16bdbeb1eda7a5f80b19975b21 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 28 Jan 2021 20:24:10 -0500 Subject: [PATCH 1/2] Install 4th Ansible collection: community.postgresql --- collections.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/collections.yml b/collections.yml index 77c100ee3..f65d3a552 100644 --- a/collections.yml +++ b/collections.yml @@ -6,6 +6,7 @@ collections: - name: community.general - name: community.mysql + - name: community.postgresql - name: ansible.posix # 2020-11-28: For ~3 modules below... # selinux WAS in /opt/iiab/iiab/roles/1-prep/tasks/main.yml From 45866f2eb9b6287de531ce416fb3d2a6ded8ed06 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 28 Jan 2021 20:26:11 -0500 Subject: [PATCH 2/2] ~4 instead of ~3 Andible collections going forward --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 33d725383..9def2cf42 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -94,7 +94,7 @@ $APT_PATH/apt -y --allow-downgrades install ansible-base \ # (Re)running collection installs appears safe, with --force-with-deps to force # upgrade of collection and dependencies it pulls in. Note Ansible may support # upgrading all collections cleanly in future. See PRs #2647 #2652 #2653 #2655 -echo -e "\n\nIIAB requires these ~3 Ansible Collections: (we upgrade them here if possible!)\n" +echo -e "\n\nIIAB requires these ~4 Ansible Collections: (we upgrade them here if possible!)\n" ansible-galaxy collection install --force-with-deps \ -r /opt/iiab/iiab/collections.yml \ -p /usr/share/ansible/collections