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.
ansible-modules-hashivault
5.3.0
1 parent 10841ee commit 1aeba84Copy full SHA for 1aeba84
.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 ansible-modules-hashivault==5.3.0
44
ansible-galaxy collection build
45
ansible-galaxy collection install *.tar.gz
46
ansible-galaxy collection install community.general
0 commit comments