Skip to content

Commit

Permalink
Install ansibel on build
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 27, 2023
1 parent 0dfbc46 commit 9fb2499
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/running-on-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install ansible
run: pip3 install ansible-core
- name: Run playbook on MacOS
run: |
ansible-playbook \
Expand Down

0 comments on commit 9fb2499

Please sign in to comment.