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