From 823c9c79494517641301201c213a712021364f81 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 4 Jul 2023 12:59:45 +0930 Subject: [PATCH] feat(collection): install community.mysql collection !81 --- dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 2d1e979..1f922c8 100644 --- a/dockerfile +++ b/dockerfile @@ -77,4 +77,5 @@ RUN ansible-galaxy collection install \ # ansible.posix.authorized_key for SSH ansible.posix \ # docker managment - community.docker \ No newline at end of file + community.docker \ + community.mysql \ No newline at end of file