diff --git a/galaxy.yml b/galaxy.yml index 26a81e0..22e9328 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -49,7 +49,11 @@ tags: # collection label 'namespace.name'. The value is a version range # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' -dependencies: {} +dependencies: + ansible.utils: '*' + ansible.posix: '*' + community.general: '*' + kubernetes.core: '*' # The URL of the originating SCM repository repository: https://github.com/techno-tim/k3s-ansible