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: [] - -...