From c57f81b920175603a6b09955e72c47324aa6ee07 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Tue, 23 Feb 2021 22:57:33 +0100 Subject: [PATCH] Add skip list for ansible-lint --- .ansible-lint | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .ansible-lint diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 00000000..ac82f8cb --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,3 @@ +skip_list: + - command-instead-of-shell # Use shell only when shell functionality is required + - experimental # all rules tagged as experimental