mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix permissions of ansible-test parts for sanity tests.
This commit is contained in:
parent
2806479f3f
commit
c2713f0a12
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ ansible-galaxy collection install community.kubernetes -p "${COLLECTION_DIR}"
|
||||||
ansible-galaxy collection install f5networks.f5_modules -p "${COLLECTION_DIR}"
|
ansible-galaxy collection install f5networks.f5_modules -p "${COLLECTION_DIR}"
|
||||||
|
|
||||||
chmod -R a+rX "${COLLECTION_DIR}"
|
chmod -R a+rX "${COLLECTION_DIR}"
|
||||||
|
chmod -R a+rx /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/*.py
|
||||||
|
chmod -R a+rx /root/ansible/test/lib/ansible_test/_data/sanity/import/importer.py
|
||||||
|
|
||||||
# END: HACK
|
# END: HACK
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue