From 22e28c76faf744f24382197c3023280657fc7669 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Thu, 10 Nov 2022 21:46:16 -0600 Subject: [PATCH] Initial commit --- .ansible-lint | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .ansible-lint diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..21b7a7e --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,11 @@ +--- + +skip_list: + # Don't complain about line length + - yaml[line-length] + # Don't complain about too many spaces in braces + - yaml[braces] + # Don't complain about truthy values + - yaml[truthy] + +# vim: set ft=yaml: