Skip to content

Commit 1aeba84

Browse files
committed
ci: use ansible-modules-hashivault version 5.3.0
1 parent 10841ee commit 1aeba84

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 ansible-modules-hashivault==5.3.0
4444
ansible-galaxy collection build
4545
ansible-galaxy collection install *.tar.gz
4646
ansible-galaxy collection install community.general

0 commit comments

Comments
 (0)