From c722cef1c241ffe220180c1dc74a1dad889aacd7 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@geant.org> Date: Mon, 16 Oct 2023 11:49:39 +0000 Subject: [PATCH] Update .ansible-lint - role var naming --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index 00671fe..2f674e4 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -3,3 +3,4 @@ skip_list: - 'role-name[path]' # Avoid using paths when importing roles. - 'meta-runtime[unsupported-version]' # requires_ansible key must be set to a supported version. - 'meta-unsupported-ansible' # Required ansible version in meta/runtime.yml must be a supported version. + - 'var-naming[no-role-prefix]' -- GitLab