From d37cc02ecf966ed8493906a85cd6cff3654932b1 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer Date: Thu, 10 Aug 2023 17:34:17 +0200 Subject: [PATCH] add requirements.yaml --- requirements.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements.yaml diff --git a/requirements.yaml b/requirements.yaml new file mode 100644 index 0000000..1fd16f9 --- /dev/null +++ b/requirements.yaml @@ -0,0 +1,4 @@ +collections: + # Install a collection from Ansible Galaxy. + - name: community.docker + source: https://galaxy.ansible.com