fix: don't require role name on internal vars

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2023-05-16 12:54:55 +00:00
parent 38ab5cea65
commit 6b410eba46
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2

View file

@ -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