From 0595502d05f125af6c08eb652e190cc0211a4f5b Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 11 Mar 2024 12:49:13 -0600 Subject: [PATCH] Fix collections template --- roles/init/templates/collections.yml.j2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/init/templates/collections.yml.j2 b/roles/init/templates/collections.yml.j2 index 92c06d9..e51e316 100644 --- a/roles/init/templates/collections.yml.j2 +++ b/roles/init/templates/collections.yml.j2 @@ -1,6 +1,8 @@ --- collections: - - community.docker - - influxdata.molecule + - name: community.docker + - name: git+https://github.com/influxdata/ansible-collection-molecule.git + type: git + version: main