From 4f199e10d035bab3bb016233fd23743714b691ab Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Fri, 5 Sep 2025 12:25:34 -0400 Subject: [PATCH] Added ansible-lint configuration to project root --- .ansible-lint.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .ansible-lint.yml diff --git a/.ansible-lint.yml b/.ansible-lint.yml new file mode 100644 index 0000000..f154e13 --- /dev/null +++ b/.ansible-lint.yml @@ -0,0 +1,5 @@ +--- +profile: moderate +parseable: no +skip_list: + - fqcn-builtins \ No newline at end of file