Skip to content

Commit

Permalink
Ignore yaml[line-length]
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Dec 17, 2023
1 parent 009e800 commit 73ad656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
run: sudo apt-get install ansible-lint -y

- name: Run ansible-lint
run: ansible-lint roles 2>&1 >> $GITHUB_STEP_SUMMARY
run: ansible-lint roles -x yaml[line-length] 2>&1 >> $GITHUB_STEP_SUMMARY

0 comments on commit 73ad656

Please sign in to comment.