mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
HACK: Install community.general
This commit is contained in:
parent
18e8057472
commit
c99caee9cf
1 changed files with 10 additions and 0 deletions
|
|
@ -119,6 +119,16 @@ else
|
|||
timeout=45
|
||||
fi
|
||||
|
||||
# STAR: HACK install dependencies
|
||||
(
|
||||
mkdir /tmp/collection_deps
|
||||
git clone https://github.com/ansible-collection-migration/community.general.git /tmp/collection_deps/community.general
|
||||
cd /tmp/collection_deps/community.general
|
||||
ansible-galaxy collection build
|
||||
ansible-galaxy collection install community-general*
|
||||
)
|
||||
# END: HACK
|
||||
|
||||
ansible-test env --dump --show --timeout "${timeout}" --color -v
|
||||
|
||||
"tests/utils/shippable/check_matrix.py"
|
||||
|
|
|
|||
Loading…
Reference in a new issue