Skip to content

Commit

Permalink
Pin ansible to 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drmatthews committed Jun 5, 2024
1 parent 9eb96ae commit 34b9f99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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

0 comments on commit 34b9f99

Please sign in to comment.