From ce077f9c37fde460532eaf60dbaccef6adc18e33 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 19 May 2026 16:08:50 +0200 Subject: [PATCH] ci: fix skipping role installs --- .ansible-lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ansible-lint b/.ansible-lint index 13dfdb5..2a98732 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -10,7 +10,7 @@ exclude_paths: kinds: - playbook: "**/*.{yml,yaml}" -skip_install: true +offline: true skip_list: - "command-shell" - "experimental"