Skip to content

Commit

Permalink
The version pinning happens at the ppa layer
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 7, 2024
1 parent d8d2268 commit a622d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: |
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 add-apt-repository --yes --update ppa:ansible/ansible-9
sudo apt install -y ansible
- name: Write devops ssh key to .ssh
run: |
Expand Down

0 comments on commit a622d72

Please sign in to comment.