From 8eb4dafb17be1196b77994869efdadc5881b722f Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Thu, 4 Feb 2021 17:39:14 -0500 Subject: [PATCH] Fix missing postgresql module --- tools/ansible/roles/dockerfile/templates/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 b/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 index 8c7e685736..22e725a216 100644 --- a/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 +++ b/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 @@ -139,7 +139,7 @@ RUN python3 -m ensurepip && pip3 install "virtualenv < 20" supervisor {% if buil pip3 install --no-cache-dir https://github.com/ansible/ansible/archive/${ANSIBLE_BRANCH}.tar.gz # TODO: Remove this once launch script removes need for postres modules -RUN ansible-galaxy collection install --collections-path /usr/share/ansible/collections community.general +RUN ansible-galaxy collection install --collections-path /usr/share/ansible/collections community.general community.postgresql RUN rm -rf /root/.cache && rm -rf /tmp/*