diff --git a/.ansible-lint b/.ansible-lint index b41d085..ff837e3 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -30,13 +30,14 @@ skip_list: - command-instead-of-module # Jesus Christ what's with the style enforcement here? - name[template] - -warn_list: - # These tend to be pretty buggy - - experimental - # FQCN is a nice-to-have, but I'm not worried about it - - fqcn-builtins # Why the fuck does my naming scheme matter? Eat shit. It's not a deprecation, # it's literally just stylistic - name[casing] - name[play] + # These tend to be pretty buggy + - experimental + +warn_list: + # FQCN is a nice-to-have, but I'm not worried about it + - fqcn-builtins + - fqcn[action]