mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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…
Reference in a new issue