1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

cisco.intersight:1.04

Workaround for https://github.com/CiscoDevNet/ansible-intersight/issues/9
This commit is contained in:
John R Barker 2020-04-22 15:00:04 +01:00 committed by GitHub
parent bb459cb014
commit 2d764264c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,8 @@ cd "${TEST_DIR}"
# STAR: HACK install dependencies # STAR: HACK install dependencies
retry ansible-galaxy -vvv collection install ansible.netcommon retry ansible-galaxy -vvv collection install ansible.netcommon
retry ansible-galaxy -vvv collection install ansible.posix retry ansible-galaxy -vvv collection install ansible.posix
retry ansible-galaxy -vvv collection install cisco.intersight # https://github.com/CiscoDevNet/ansible-intersight/issues/9
retry ansible-galaxy -vvv collection install cisco.intersight:1.04
retry ansible-galaxy -vvv collection install community.crypto retry ansible-galaxy -vvv collection install community.crypto
retry ansible-galaxy -vvv collection install community.kubernetes retry ansible-galaxy -vvv collection install community.kubernetes
retry ansible-galaxy -vvv collection install google.cloud retry ansible-galaxy -vvv collection install google.cloud