From 2710531fd293c60eb2d874f3a6691f67bc1c9b3a Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@geant.org> Date: Fri, 20 Oct 2023 11:13:05 +0000 Subject: [PATCH] Update .ansible-lint - 'var-naming[no-role-prefix]' --- .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