Skip to content

Commit

Permalink
Run playbook on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 12, 2023
1 parent adc9811 commit 7a753ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ jobs:
- name: Run lint
run: |
make lint
- name: Run playbook
run: |
ansible-playbook --connection=local --extra-vars "current_user=$$USER home_folder=$$HOME" -vv playbook.yml
# yamllint enable rule:indentation

0 comments on commit 7a753ff

Please sign in to comment.