From 03257565664cbac5c58eb04914102379995a68e5 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 19 May 2026 16:13:58 +0200 Subject: [PATCH] chore: enable offline mode for ansible-lint --- .ansible-lint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index 2b580a2..bbb9c84 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -11,6 +11,8 @@ exclude_paths: kinds: - playbook: "**/*.{yml,yaml}" +offline: true + skip_list: - "command-shell" - "experimental"