From 5e680e1e0ccc43ca6dbfff1bf2791a85279137e8 Mon Sep 17 00:00:00 2001 From: egandro Date: Wed, 1 Nov 2023 17:02:33 +0100 Subject: [PATCH] Updated dependencies section Co-authored-by: Dov Benyomin Sohacheski --- galaxy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 26a81e040..22e932861 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