File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
lint :
7
7
uses : stackhpc/.github/.github/workflows/lint-collection.yml@main
8
8
with :
9
- lint_pip_dependencies : git+https://github.com/stackhpc/ansible-modules-hashivault@stackhpc
9
+ lint_pip_dependencies : git+https://github.com/stackhpc/ansible-modules-hashivault@c22434d887f0b8a5ac3ebda710664a027291e71c
Original file line number Diff line number Diff line change 23
23
run : |
24
24
pipx uninstall ansible-core
25
25
python3 -m pip install --upgrade pip
26
- python3 -m pip install ansible-core==${{ matrix.ansible }}.* docker git+https://github.com/stackhpc/ansible-modules-hashivault@stackhpc
26
+ python3 -m pip install ansible-core==${{ matrix.ansible }}.* docker git+https://github.com/stackhpc/ansible-modules-hashivault@c22434d887f0b8a5ac3ebda710664a027291e71c
27
27
ansible-galaxy collection build
28
28
ansible-galaxy collection install *.tar.gz
29
29
You can’t perform that action at this time.
0 commit comments