From e92e586a814c4ef6609c836ab4e4f659a73f928a Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Fri, 22 Sep 2023 10:43:09 +0000 Subject: [PATCH] Update .ansible-lint --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index 72e7dc9c..ee60ce3f 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -3,3 +3,4 @@ skip_list: - 'yaml[line-length]' # Line too long (162 > 160 characters) - 'no-free-form' # Avoid using free-form when calling module actions. (ansible.builtin.set_fact) - 'role-name[path]' # Avoid using paths when importing roles. + - 'var-naming[no-role-prefix]' # -- GitLab