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:
parent
bb459cb014
commit
2d764264c3
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ cd "${TEST_DIR}"
|
|||
# STAR: HACK install dependencies
|
||||
retry ansible-galaxy -vvv collection install ansible.netcommon
|
||||
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.kubernetes
|
||||
retry ansible-galaxy -vvv collection install google.cloud
|
||||
|
|
Loading…
Reference in a new issue