Issue #10: Don't add dependent collections when installing community.general.

This commit is contained in:
Jeff Geerling
2020-02-13 15:05:22 -06:00
parent b2e639b823
commit 6dafb4c1db

View File

@@ -89,7 +89,7 @@ jobs:
run: |
cp tests/integration/targets/kubernetes/files/manifest-example/MANIFEST.json MANIFEST.json
pip install jmespath
ansible-galaxy collection install -vvv -s https://sivel.eng.ansible.com/api community.general
ansible-galaxy collection install --no-deps -s https://sivel.eng.ansible.com/api community.general
- name: Run molecule default test scenario
run: molecule test