mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2671 from holta/postgresql-collection
Install community.postgresql Ansible collection
This commit is contained in:
commit
06209eeb90
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: community.general
|
||||||
- name: community.mysql
|
- name: community.mysql
|
||||||
|
- name: community.postgresql
|
||||||
- name: ansible.posix # 2020-11-28: For ~3 modules below...
|
- name: ansible.posix # 2020-11-28: For ~3 modules below...
|
||||||
|
|
||||||
# selinux WAS in /opt/iiab/iiab/roles/1-prep/tasks/main.yml
|
# selinux WAS in /opt/iiab/iiab/roles/1-prep/tasks/main.yml
|
||||||
|
|
|
@ -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
|
# (Re)running collection installs appears safe, with --force-with-deps to force
|
||||||
# upgrade of collection and dependencies it pulls in. Note Ansible may support
|
# upgrade of collection and dependencies it pulls in. Note Ansible may support
|
||||||
# upgrading all collections cleanly in future. See PRs #2647 #2652 #2653 #2655
|
# 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 \
|
ansible-galaxy collection install --force-with-deps \
|
||||||
-r /opt/iiab/iiab/collections.yml \
|
-r /opt/iiab/iiab/collections.yml \
|
||||||
-p /usr/share/ansible/collections
|
-p /usr/share/ansible/collections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue