Skip to content

Commit

Permalink
add run playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ahembree committed Dec 9, 2023
1 parent 48f2a44 commit e9360e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
run: |
sudo apt install python3-pip
sudo pip3 install ansible
- name: Run playbook
run: |
sudo make apply
# - name: Run playbook
# uses: dawidd6/action-ansible-playbook@v2
# with:
Expand Down

0 comments on commit e9360e0

Please sign in to comment.