Skip to content

Commit 45d525a

Browse files
committed
test: install ansible collection from tar.gz package
To avoid galaxy server unstable issue, like 504 gateway timeout, error when getting available versions of collection community.general, download two required collection packages and install then locally Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent bf83f8a commit 45d525a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plans/install-upgrade.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ prepare:
1212
- python3-devel
1313
- unzip
1414
- how: shell
15-
script: ansible-galaxy collection install community.general ansible.posix
15+
script: ansible-galaxy collection install https://ansible-collection.s3.amazonaws.com/ansible-posix-1.5.4.tar.gz https://ansible-collection.s3.amazonaws.com/community-general-8.5.0.tar.gz
1616
execute:
1717
how: tmt
1818

0 commit comments

Comments
 (0)