From 83c4587345d02b3528672abc7cd506e2c0f9fcc7 Mon Sep 17 00:00:00 2001 From: duckpunch Date: Fri, 2 May 2025 00:32:00 -0700 Subject: [PATCH] Tweak command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63d4583..eeb6695 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM plugins/ansible -RUN ansible-galaxy install --force ansible.posix community.docker +RUN ansible-galaxy collection install ansible.posix community.docker