From 992d6afc30c783ebfa06f870008242174e14acda Mon Sep 17 00:00:00 2001 From: Jack Hodgkiss Date: Fri, 18 Apr 2025 20:25:41 +0100 Subject: [PATCH] feat: bump `ansible-modules-hashivault` Use `c22434d887f0b8a5ac3ebda710664a027291e71c` which corresponds to the latest release `5.3.0`. --- .github/workflows/lint-collection.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-collection.yml b/.github/workflows/lint-collection.yml index 8c790fd..d071d00 100644 --- a/.github/workflows/lint-collection.yml +++ b/.github/workflows/lint-collection.yml @@ -6,4 +6,4 @@ jobs: lint: uses: stackhpc/.github/.github/workflows/lint-collection.yml@main with: - lint_pip_dependencies: git+https://github.com/stackhpc/ansible-modules-hashivault@stackhpc + lint_pip_dependencies: git+https://github.com/stackhpc/ansible-modules-hashivault@c22434d887f0b8a5ac3ebda710664a027291e71c diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0e84c73..7e3e03c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,7 +23,7 @@ jobs: run: | pipx uninstall ansible-core python3 -m pip install --upgrade pip - python3 -m pip install ansible-core==${{ matrix.ansible }}.* docker git+https://github.com/stackhpc/ansible-modules-hashivault@stackhpc + python3 -m pip install ansible-core==${{ matrix.ansible }}.* docker git+https://github.com/stackhpc/ansible-modules-hashivault@c22434d887f0b8a5ac3ebda710664a027291e71c # yamllint disable-line rule:line-length ansible-galaxy collection build ansible-galaxy collection install *.tar.gz