We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jmespath
json_query
1 parent cb178be commit 70ece38Copy full SHA for 70ece38
.github/workflows/pull_request.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
pipx uninstall ansible-core
42
python3 -m pip install --upgrade pip
43
- python3 -m pip install ansible-core==${{ matrix.ansible_version }}.* docker git+https://github.com/TerryHowe/ansible-modules-hashivault@c22434d887f0b8a5ac3ebda710664a027291e71c
+ python3 -m pip install ansible-core==${{ matrix.ansible_version }}.* docker jmespath git+https://github.com/TerryHowe/ansible-modules-hashivault@c22434d887f0b8a5ac3ebda710664a027291e71c
44
ansible-galaxy collection build
45
ansible-galaxy collection install *.tar.gz
46
ansible-galaxy collection install community.general
0 commit comments