Attempt to resolve #23 entirely without a json_query().

This commit is contained in:
Jeff Geerling
2020-02-13 15:47:24 -06:00
parent 15641b6323
commit a75593c36a
4 changed files with 1 additions and 58 deletions

View File

@@ -84,12 +84,5 @@ jobs:
mkdir -p /home/runner/.ansible
ln -s /home/runner/work/kubernetes /home/runner/.ansible/collections
# TODO: Once community.general is on public Galaxy, drop the -s.
- name: Install community.general role to get json_query filter.
run: |
cp tests/integration/targets/kubernetes/files/manifest-example/MANIFEST.json MANIFEST.json
pip install jmespath
ansible-galaxy collection install --no-deps -s https://sivel.eng.ansible.com/api community.general
- name: Run molecule default test scenario
run: molecule test