diff --git a/.ansible-lint b/.ansible-lint index 3c75089..5382598 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -45,3 +45,7 @@ warn_list: - fqcn # Key order is just nitpicky - key-order + # This one's buggy and ropes in roles we don't care about + - var-naming + # Strictly accurate, but I need this for workarounds + - no-changed-when