Skip to content

Commit 3ecc8f6

Browse files
committed
feat: use TerryHowe/ansible-modules-hashivault
1 parent b82f64d commit 3ecc8f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ jobs:
66
lint:
77
uses: stackhpc/.github/.github/workflows/lint-collection.yml@main
88
with:
9-
lint_pip_dependencies: git+https://github.com/stackhpc/ansible-modules-hashivault@main
9+
lint_pip_dependencies: git+https://github.com/TerryHowe/ansible-modules-hashivault@5.3.0

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
pipx uninstall ansible-core
3737
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@main
38+
python3 -m pip install ansible-core==${{ matrix.ansible_version }}.* docker git+https://github.com/TerryHowe/ansible-modules-hashivault@5.3.0
3939
ansible-galaxy collection build
4040
ansible-galaxy collection install *.tar.gz
4141
ansible-galaxy collection install community.general

0 commit comments

Comments
 (0)