From 7d9286bb58637b77ec4289c148d21630b55c363a Mon Sep 17 00:00:00 2001 From: Viktor Berke Date: Wed, 8 Nov 2023 20:28:40 +0100 Subject: [PATCH] Galaxy NG updates --- .ansible-lint | 1 + .githooks/pre-commit | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ansible-lint b/.ansible-lint index 3b20f24..9f3d841 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -12,3 +12,4 @@ skip_list: - role-name - schema[meta] # TODO ansible-lint believes the official dependency syntax is wrong - meta-no-info # we leave platform empty + - var-naming[no-role-prefix] # warns even for include_role vars diff --git a/.githooks/pre-commit b/.githooks/pre-commit index d43ad73..af9e9c9 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -1,4 +1,4 @@ #!/bin/bash yamllint --strict . -ansible-lint --strict +ansible-lint --strict --offline