From 8e500d02be1a4f6c460e7acd3b08f11b5f4626e8 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sun, 1 Oct 2023 17:49:55 +0200 Subject: [PATCH] Add var-naming[no-role-prefix] to warn list --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index 732762b..69829ce 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -63,6 +63,7 @@ warn_list: - experimental # experimental is included in the implicit list - no-changed-when - latest[git] + - var-naming[no-role-prefix] # - role-name # - yaml[document-start] # you can also use sub-rule matches