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

!53
This commit is contained in:
2024-03-29 20:03:43 +09:30
parent c5371b8ff4
commit 4d44c01b32

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