Skip to content

Commit

Permalink
Pin ansible==9.6.0 in reusable action (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Matthews <[email protected]>
  • Loading branch information
paddyroddy and drmatthews authored Jun 5, 2024
1 parent 122cb59 commit 96fac15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/molecule-install-xnat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sudo apt-get update && sudo apt-get -y install rsync
python3 -m pip install --upgrade pip
python3 -m pip install \
ansible \
ansible==9.6.0 \
molecule \
molecule-plugins[docker] \
docker \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/molecule-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo apt-get update && sudo apt-get -y install rsync
python3 -m pip install --upgrade pip
python3 -m pip install \
ansible \
ansible==9.6.0 \
molecule \
molecule-plugins[docker] \
docker \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/molecule-postgresql_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo apt-get update && sudo apt-get -y install rsync
python3 -m pip install --upgrade pip
python3 -m pip install \
ansible \
ansible==9.6.0 \
molecule \
molecule-plugins[docker] \
docker \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Run `molecule test`
uses: UCL-MIRSG/.github/actions/molecule-test@270d5d2c3a93f1e30394f9dfdd1f53298de8e2cd # v0.85.0
uses: UCL-MIRSG/.github/actions/molecule-test@f2439a7de7e04a251b95d44624d7e913a932d667 # v0.86.0
with:
scenario: ${{ matrix.scenario }}
# yamllint disable-line rule:line-length
Expand All @@ -40,3 +40,4 @@ jobs:
matrix.scenario ) }}
checkout_path: ansible_collections/mirsg/infrastructure
tests_path: ${{ inputs.tests-path }}
ansible_version: 9.6.0

0 comments on commit 96fac15

Please sign in to comment.