Skip to content

Commit

Permalink
added apt repository to use python3.10 when installing ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Oct 14, 2024
1 parent 2a65f8e commit e11ef3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages_builder_ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install Ansible
run: |
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update && sudo apt install -y python3.10 && python3 -m pip install --user ansible-core==2.16
sudo apt-get update && sudo apt install -y python3.10 && python3.10 -m pip install --user ansible-core==2.16
- name: Ansible version
run: ansible --version
Expand Down

0 comments on commit e11ef3b

Please sign in to comment.