Skip to content

Commit

Permalink
Debugging ansible version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 28, 2024
1 parent a338d17 commit 2be9970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
- 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

- name: Get Ansible
run: ansible --version

- name: Set up AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 2be9970

Please sign in to comment.