From 84fa79088be48ffadcc298cc4d0a2af342384dff Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 19 May 2026 16:07:33 +0200 Subject: [PATCH] ci: skip installing roles --- .ansible-lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ansible-lint b/.ansible-lint index 2b580a2..13dfdb5 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,5 +1,4 @@ --- - exclude_paths: - ".gitlab/*" - ".gitlab-ci.yml" @@ -11,6 +10,7 @@ exclude_paths: kinds: - playbook: "**/*.{yml,yaml}" +skip_install: true skip_list: - "command-shell" - "experimental"