fix: ansible-lint now allows underscore prefixed vars

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2024-10-18 18:24:38 +00:00
parent e983d01550
commit 7b20698912
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2

View file

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