diff --git a/.ansible-lint b/.ansible-lint
index ee60ce3fd6773e4e2fa6441a83cc65fa785bb156..9840ae0ef76c30eab5ee2643591d5d544114cdc9 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`."