From 45ad9f05ae624233c8ca2e1e392d84d5bb8fefe1 Mon Sep 17 00:00:00 2001 From: Simon Zernisch Date: Fri, 16 Jun 2023 19:09:57 +0200 Subject: [PATCH] fixed requirements file --- collections/requirements.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/collections/requirements.yml b/collections/requirements.yml index 7c52eb5..dda6fe0 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,4 +1,5 @@ --- -- collections: - -- community.general.proxmox \ No newline at end of file +collections: + # Install a collection from Ansible Galaxy. + - name: community.general + source: https://galaxy.ansible.com \ No newline at end of file