diff --git a/meta/main.yml b/meta/main.yml index 837bb53..6d957a4 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -16,6 +16,9 @@ # @end # @meta dependencies:value: > # [rolehippie.docker](https://github.com/rolehippie/docker) +# [ansible.posix](https://github.com/ansible-collections/ansible.posix) +# [community.docker](https://github.com/ansible-collections/community.docker) +# [community.general](https://github.com/ansible-collections/community.general) # @end galaxy_info: role_name: prometheus diff --git a/meta/requirements.yml b/meta/requirements.yml deleted file mode 100644 index 3cb4f92..0000000 --- a/meta/requirements.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -collections: - - ansible.posix - - community.general - - community.docker - -roles: [] - -...