From 71efa5d8e7ab6289c7e0c26feba754cc68ae8ea3 Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Wed, 6 Apr 2022 11:35:24 -0400 Subject: [PATCH 1/2] Pin collection dependencies to single versions Signed-off-by: Webster Mudge --- galaxy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 22b0685d..b4e55d15 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -37,12 +37,12 @@ tags: dependencies: 'git+https://github.com/cloudera-labs/cloudera.cloud.git': 'main' - 'ansible.netcommon': '>=2.0.2' - 'community.aws': '>=1.2.0' - 'community.general': '>=3.1.0' - 'amazon.aws': '>=1.3.0' - 'azure.azcollection': '>=1.4.0' - 'google.cloud': '>=1.0.2' + 'ansible.netcommon': '2.5.1' + 'community.aws': '3.0.1' + 'community.general': '4.5.0' + 'amazon.aws': '3.0.0' + 'azure.azcollection': '1.11.0' + 'google.cloud': '1.0.2' # netapp.azure # Bug fix for Netapp collection 'git+https://github.com/ansible-collections/netapp.git#ansible_collections/netapp/azure': 'main' From e9957709e120e2e15ef3506165716ac7c6c71583 Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Wed, 6 Apr 2022 11:35:25 -0400 Subject: [PATCH 2/2] Update to use netapp.azure collection Signed-off-by: Webster Mudge --- galaxy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index b4e55d15..066fe3ac 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -43,9 +43,7 @@ dependencies: 'amazon.aws': '3.0.0' 'azure.azcollection': '1.11.0' 'google.cloud': '1.0.2' - # netapp.azure - # Bug fix for Netapp collection - 'git+https://github.com/ansible-collections/netapp.git#ansible_collections/netapp/azure': 'main' + 'netapp.azure': '21.10.0' repository: https://github.com/cloudera-labs/cloudera.exe # TODO: Set documentation URL