Skip to content

Commit

Permalink
Installing Ansible with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 28, 2024
1 parent d4c26b0 commit 4bfe715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
echo "COMPOSITE_NAME=$COMPOSITE_NAME" >> $GITHUB_ENV
- name: Install Ansible
run: sudo apt-get update && sudo apt install software-properties-common && sudo add-apt-repository --yes --update ppa:ansible/ansible && sudo apt install -y ansible python-is-python3 python3-apt python3-dnf
run: sudo apt-get update && sudo apt install -y python3 && $ python3 -m pip install --user ansible-core==2.16

- name: Get Ansible
run: ansible --version
Expand Down

0 comments on commit 4bfe715

Please sign in to comment.