From 21b699ee16c2119ae8f8e804fe98be085704960b Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Tue, 16 May 2023 12:42:08 +0200 Subject: [PATCH] Yamllint --- .ansible-lint | 5 +++-- .github/dependabot.yml | 1 + .yamllint | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 6cf580d..9eafffe 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,8 +1,9 @@ +--- skip_list: - 'empty-string-compare' - 'braces' - 'yaml' exclude_paths: -- meta/ -- molecule/ + - meta/ + - molecule/ diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e3ce78e..241a688 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,4 @@ +--- version: 2 updates: - package-ecosystem: "docker" diff --git a/.yamllint b/.yamllint index 5d7b323..58178db 100644 --- a/.yamllint +++ b/.yamllint @@ -5,3 +5,6 @@ ignore: | rules: line-length: { max: 200, level: warning } braces: { min-spaces-inside: 1, max-spaces-inside: 1 } + truthy: + ignore: | + - .github/workflow/*.yml