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.
2 parents 31ba590 + 992d6af commit 281ad78Copy full SHA for 281ad78
.github/workflows/pull_request.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
pipx uninstall ansible-core
37
python3 -m pip install --upgrade pip
38
- python3 -m pip install ansible-core==${{ matrix.ansible_version }}.* docker git+https://github.com/stackhpc/ansible-modules-hashivault@c22434d887f0b8a5ac3ebda710664a027291e71c # yamllint disable-line rule:line-length
+ python3 -m pip install ansible-core==${{ matrix.ansible }}.* docker git+https://github.com/stackhpc/ansible-modules-hashivault@c22434d887f0b8a5ac3ebda710664a027291e71c # yamllint disable-line rule:line-length
39
ansible-galaxy collection build
40
ansible-galaxy collection install *.tar.gz
41
0 commit comments