From 5cfb9b2807f63cf77107e38e28a56e2fb7bf6ef3 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Fri, 29 May 2020 15:15:56 +0530 Subject: [PATCH] Update dependency versions in galaxy.yml (#433) Updated minimum version required for ansible.netcommon and google.cloud in community.general collection. This is required since ansible.posix collection CI is failing to download non-existing versions of ansible.netcommon and google.cloud collection. Signed-off-by: Abhijeet Kasurde --- galaxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index ed4bb6cdb4..c01143f430 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,10 +9,10 @@ license_file: COPYING tags: null # NOTE: No more dependencies can be added to this list dependencies: - ansible.netcommon: '>=0.1.0' + ansible.netcommon: '>=0.0.2' ansible.posix: '>=0.1.0' community.kubernetes: '>=0.1.0' - google.cloud: '>=0.1.0' + google.cloud: '>=0.0.9' repository: https://github.com/ansible-collections/community.general documentation: https://github.com/ansible-collection-migration/community.general/tree/master/docs homepage: https://github.com/ansible-collections/community.general