Skip to content

Commit d22b50d

Browse files
authored
Merge pull request #463 from henrywang/ansible_offline
test: install ansible collection from tar.gz package
2 parents bf83f8a + 45d525a commit d22b50d

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)