diff --git a/galaxy.yml b/galaxy.yml index ed9263e..baf204a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -44,9 +44,9 @@ tags: # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' dependencies: - ansible.posix: '1.5.4' - kubernetes.core: '3.0.0' - nofusscomputing.firewall: '1.1.0' + ansible.posix: '>=1.5.4' + kubernetes.core: '>=3.0.0' + nofusscomputing.firewall: '>=1.1.0' # The URL of the originating SCM repository