Skip to content

Commit

Permalink
Add ansible version into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaraque committed Aug 29, 2024
1 parent 8e42ebb commit f2b174d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/packages_builder_ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:

- name: Install Ansible
run: sudo apt-get update && sudo apt install -y python3 && python3 -m pip install --user ansible-core==2.16

- name: Ansible version
run: ansible --version

- name: Install and set allocator requirements
run: |
Expand Down

0 comments on commit f2b174d

Please sign in to comment.