From 4d44c01b3263c72342fa2aa85788f5c83872aaa3 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 29 Mar 2024 20:03:43 +0930 Subject: [PATCH] refactor(galaxy): for dependent collections prefix with `>=` so as to not cause version lock !53 --- galaxy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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