Skip to content

Commit

Permalink
fix: ansible-lint now allows underscore prefixed vars
Browse files Browse the repository at this point in the history
Signed-off-by: gardar <[email protected]>
  • Loading branch information
gardar committed Oct 18, 2024
1 parent e983d01 commit 7b20698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .config/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ warn_list:
- galaxy[version-incorrect] # until collection gets bumped to 1.x.x
skip_list:
- role-name # Allow underscore prefix in role name for internal role
- var-naming[no-role-prefix] # https://github.com/ansible/ansible-lint/pull/3422#issuecomment-1549584988

0 comments on commit 7b20698

Please sign in to comment.