From 5aaa5a165fc5f9f6c569b59b6e6fd9f42ad0175c Mon Sep 17 00:00:00 2001 From: goffinet Date: Mon, 6 Jun 2022 20:37:27 +0200 Subject: [PATCH] add ansible-lint config file --- .ansible-lint | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .ansible-lint diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..f5d02f6 --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,5 @@ +skip_list: # or 'skip_list' to silence them completely + - experimental # all rules tagged as experimental + - fqcn-builtins # Use FQCN for builtin actions. + - yaml # Violations reported by yamllint. + - schema