From 369987eaf5755c193b9d1fd53f614799139acdd4 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 5 Jun 2023 09:35:00 +0930 Subject: [PATCH] feat(ansible): add galaxy collection community.docker this collection is required so that docker containers can be managed !24 nofusscomputing/infrastructure/config#22 nofusscomputing/infrastructure/config!27 --- dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 4751606..8fff713 100644 --- a/dockerfile +++ b/dockerfile @@ -64,4 +64,6 @@ RUN ansible-galaxy collection install \ # community.general.gitlab_* community.general \ # ansible.posix.authorized_key for SSH - ansible.posix \ No newline at end of file + ansible.posix \ + # docker managment + community.docker \ No newline at end of file