From 670ab9e7c51e75942eadc8db68be850e00642ba8 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Tue, 6 Feb 2024 13:52:39 +0100 Subject: [PATCH] fix: remove meta requirements and document used collections --- meta/main.yml | 2 +- meta/requirements.yml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 meta/requirements.yml diff --git a/meta/main.yml b/meta/main.yml index 6eec7a8..e0570d7 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -15,7 +15,7 @@ # Building and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**. # @end # @meta dependencies:value: > -# None +# [community.mongodb](https://github.com/ansible-collections/community.mongodb) # @end galaxy_info: role_name: mongodb diff --git a/meta/requirements.yml b/meta/requirements.yml deleted file mode 100644 index df1e8f2..0000000 --- a/meta/requirements.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -collections: - - community.mongodb - -roles: [] - -...