Skip to content

Commit

Permalink
Fix version pinning of ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 7, 2024
1 parent f7d3205 commit d8d2268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install -y ansible==9.2.0
sudo apt install -y ansible=9.2.0
- name: Write devops ssh key to .ssh
run: |
Expand Down

0 comments on commit d8d2268

Please sign in to comment.