Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 12, 2023
1 parent 7251433 commit d2437f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
make lint
- name: Run playbook
run: |
ansible-playbook --connection=local --extra-vars "current_user=$$USER home_folder=$$HOME" -vv playbook.yml # yamllint disable-line rule:line-length
ansible-playbook \
--connection=local \
--extra-vars "current_user=$$USER home_folder=$$HOME" \
-vv playbook.yml
# yamllint enable rule:indentation

0 comments on commit d2437f0

Please sign in to comment.