From 67e3753ece9c74c8d817f998449c7d2d44a7e26a Mon Sep 17 00:00:00 2001 From: Sandwich Date: Thu, 12 Mar 2026 12:09:54 +0100 Subject: [PATCH] chore: suppress args[module] false positives from variable-based module_defaults --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index b439eee..1de2383 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,5 +1,6 @@ skip_list: - run-once - var-naming[no-role-prefix] # user-facing API dicts (cis, system, hypervisor) are intentionally not role-prefixed + - args[module] # false positives from variable-based module_defaults (_proxmox_auth, _vmware_auth) exclude_paths: - roles/global_defaults/