Skip to content

Commit

Permalink
ansible-lint: Ignore yaml[line-length]
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Nov 13, 2024
1 parent 58cdbb3 commit 8490f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ skip_list:
- name[template] # Rule for checking task and play names.
- name[casing]
- yaml[comments]
- yaml[line-length]
exclude_paths:
# Because of GH action "couldn't resolve module/action 'community.general.slackpkg'."
- tasks/sudoers.yml

0 comments on commit 8490f11

Please sign in to comment.