From 7b206989120ef04555fd8dd17f4d235c1e03527e Mon Sep 17 00:00:00 2001 From: gardar Date: Fri, 18 Oct 2024 18:24:38 +0000 Subject: [PATCH] fix: ansible-lint now allows underscore prefixed vars Signed-off-by: gardar --- .config/ansible-lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/ansible-lint.yml b/.config/ansible-lint.yml index a4c5c71d5..d27aec71b 100644 --- a/.config/ansible-lint.yml +++ b/.config/ansible-lint.yml @@ -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