From a8cbe4549cbf33fd17b226846f35811ee4e3aec0 Mon Sep 17 00:00:00 2001 From: otthorn Date: Sun, 17 Jan 2021 23:45:09 +0100 Subject: [PATCH] fix ansible lint v2 -- we actually git add the file this time --- .ansible-lint | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index d03cb8f..a85e701 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,2 +1,7 @@ skip_list: - '301' + +warn_list: + - '305' # Use shell only when shell functionality is required + - '503' # Tasks that run when changed should likely be handlers + - experimental # all rules tagged as experimental