From fbb78b4ad6a65bfe3160266b1440abd60a690052 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Tue, 6 Feb 2024 13:58:47 +0100 Subject: [PATCH] fix: remove meta requirements and document used collections --- meta/main.yml | 2 ++ meta/requirements.yml | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 meta/requirements.yml diff --git a/meta/main.yml b/meta/main.yml index 94229a2..9225fd5 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -16,6 +16,8 @@ # @end # @meta dependencies:value: > # [rolehippie.docker](https://github.com/rolehippie/docker) +# [community.docker](https://github.com/ansible-collections/community.docker) +# [community.mysql](https://github.com/ansible-collections/community.mysql) # @end galaxy_info: role_name: mariadb diff --git a/meta/requirements.yml b/meta/requirements.yml deleted file mode 100644 index b138baa..0000000 --- a/meta/requirements.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -collections: - - community.mysql - - community.docker - -roles: [] - -...