From b9a0e611366d75de0f6d48bda4d91d06898935b1 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 9 Dec 2023 17:09:34 +0930 Subject: [PATCH] fix(collection): add missing postgres !150 nofusscomputing/infrastructure/configuration-management/project-production!18 --- dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index cfcc9a8..2b2312e 100644 --- a/dockerfile +++ b/dockerfile @@ -92,4 +92,5 @@ RUN ansible-galaxy collection install \ # community.general.gitlab_* community.general==8.1.0 \ community.mysql==3.8.0 \ - kubernetes.core==3.0.0 \ No newline at end of file + community.postgresql==3.2.0 \ + kubernetes.core==3.0.0