From 3722152897ecd3a1175c7609796dd524854033e9 2024-09-03 14:28:10 From: Branko Majic Date: 2024-09-03 14:28:10 Subject: [PATCH] MAR-218: Disable Ansible lints for prefixed role variable names: - At this point in time, it does not make much sense to introduce prefixing and breaking every single role invocation. - Might be worth revisting down the line, although it would require understanding a bit more clearly if prefixing has any kind of special logic handling or it's pure guidelines. --- diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000000000000000000000000000000000000..ef62fcb937d326d90f17db8efa893af1dc38bfa5 --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,5 @@ +--- + +skip_list: + # Disable check that insists on prefixing every single role variable with role name. + - var-naming[no-role-prefix]