diff --git a/.ansible-lint b/.ansible-lint index 72e7dc9ca688165414ad6e005569f51c175b934a..ee60ce3fd6773e4e2fa6441a83cc65fa785bb156 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]' #