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