Skip to content

Commit

Permalink
Merge pull request #109 from gardar/no-role-prefix
Browse files Browse the repository at this point in the history
fix: don't require role name on internal vars
  • Loading branch information
gardar committed May 16, 2023
2 parents 38ab5ce + 6b410eb commit b9777cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
profile: production
warn_list:
- galaxy[version-incorrect] # until collection gets bumped to 1.x.x
skip_list:
- var-naming[no-role-prefix] # https://github.com/ansible/ansible-lint/pull/3422#issuecomment-1549584988

0 comments on commit b9777cf

Please sign in to comment.