From fc738c05ae5c9b8ed2269d1b0db00202b89ea5f1 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 22 Jan 2024 14:36:20 +0100 Subject: [PATCH] Add preview community.docker collection --- ansible/requirements.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/requirements.yaml b/ansible/requirements.yaml index 22d47f9..3a64337 100644 --- a/ansible/requirements.yaml +++ b/ansible/requirements.yaml @@ -3,6 +3,9 @@ collections: - name: https://github.com/lucasheld/ansible-uptime-kuma.git type: git version: "1.2.0" + - name: https://github.com/ansible-collections/community.docker.git + type: git + version: "3.6.0-rc1" roles: - src: https://git.tobiasmanske.de/tobias/ansible-role-docker-compose.git scm: git