From 0f8faf0a2298362dd06620e664d1173d6f5ffa47 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Sat, 21 Feb 2026 02:58:10 +0100 Subject: [PATCH] chore(lint): suppress var-naming for user-facing API dicts --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index e4cde01..b439eee 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,4 +1,5 @@ skip_list: - run-once + - var-naming[no-role-prefix] # user-facing API dicts (cis, system, hypervisor) are intentionally not role-prefixed exclude_paths: - roles/global_defaults/