Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70ece38

Browse files
committedMay 19, 2025·
ci: install jmespath for json_query
1 parent cb178be commit 70ece38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
pipx uninstall ansible-core
4242
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
43+
python3 -m pip install ansible-core==${{ matrix.ansible_version }}.* docker jmespath git+https://github.com/TerryHowe/ansible-modules-hashivault@c22434d887f0b8a5ac3ebda710664a027291e71c
4444
ansible-galaxy collection build
4545
ansible-galaxy collection install *.tar.gz
4646
ansible-galaxy collection install community.general

0 commit comments

Comments
 (0)
Please sign in to comment.