refactor(galaxy): for dependent collections prefix with >= so as not to cause version lock

!53
This commit is contained in:
2024-03-29 17:19:13 +09:30
parent 78be8cd563
commit 53ee0a848e

View File

@ -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