From e588e2dba4c4b3ceeb58a3978f8e0c2106aea5c9 Mon Sep 17 00:00:00 2001 From: Harald Fielker Date: Wed, 1 Nov 2023 12:14:44 +0100 Subject: [PATCH] lint fix --- .ansible-lint | 3 +++ .yamllint | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index 940e20e..8024244 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -13,5 +13,8 @@ exclude_paths: - 'molecule/**/prepare.yml' - 'molecule/**/reset.yml' + # The file was generated by galaxy ansible - don't mess with it. + - 'galaxy.yml' + skip_list: - 'fqcn-builtins' diff --git a/.yamllint b/.yamllint index 8f19687..3440551 100644 --- a/.yamllint +++ b/.yamllint @@ -7,3 +7,6 @@ rules: level: warning truthy: allowed-values: ['true', 'false', 'yes', 'no'] + +ignore: + - galaxy.yml