mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
Issue #10: Don't add dependent collections when installing community.general.
This commit is contained in:
2
.github/workflows/ansible-test.yml
vendored
2
.github/workflows/ansible-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user