From 6a223b9856fe07bd6c7dfdd038541a9c7b49f12c Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Mon, 17 Jun 2024 12:27:36 +0100 Subject: [PATCH] Update ansible-lint config Add exception for fqcn[canonical] linter errors. --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index ee60ce3f..9840ae0e 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -4,3 +4,4 @@ skip_list: - '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]' # + - 'fqcn[canonical]' # Avoid errors "You should use canonical module name `junipernetworks.junos.junos` instead of `junipernetworks.junos.junos_config`." -- GitLab