From 8adc78b7afa05f853a431742911a6eebf012b1de Mon Sep 17 00:00:00 2001 From: jo Date: Thu, 5 Oct 2023 17:29:12 +0200 Subject: [PATCH] chore: speed up ansible-lint by running offline --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 834ce660..6b7a6900 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,6 +65,7 @@ repos: hooks: - id: ansible-lint name: ansible-lint + args: [--offline] - repo: local hooks: