From 76a5560c2419466b753c23889d1bbe1dec367035 Mon Sep 17 00:00:00 2001
From: Evangelos Foutras <evangelos@foutras.com>
Date: Fri, 22 Sep 2023 23:24:47 +0300
Subject: [PATCH] lint: allow role includes with unprefixed role var

No way we're fixing 47 of these linting errors which seem unimportant.
---
 .ansible-lint | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.ansible-lint b/.ansible-lint
index 48ee65d9b..619c9e681 100644
--- a/.ansible-lint
+++ b/.ansible-lint
@@ -18,3 +18,5 @@ skip_list:
   - fqcn
   # Allow free-form module calling syntax
   - no-free-form
+  # Allow role includes with unprefixed role variables
+  - var-naming[no-role-prefix]
-- 
GitLab