mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-07 03:00:33 -07:00
Make sure tests can actually access collections.
This commit is contained in:
parent
491be8cf7c
commit
572fb750dc
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ ansible-galaxy collection install google.cloud -p "${COLLECTION_DIR}"
|
|||
ansible-galaxy collection install community.kubernetes -p "${COLLECTION_DIR}"
|
||||
ansible-galaxy collection install f5networks.f5_modules -p "${COLLECTION_DIR}"
|
||||
|
||||
chmod -R a+rX "${COLLECTION_DIR}"
|
||||
|
||||
# END: HACK
|
||||
|
||||
ansible-test env --dump --show --timeout "${timeout}" --color -v
|
||||
|
|
Loading…
Add table
Reference in a new issue