From 46f827419e4fae9b68e6d13fc2cb378bacec3996 Mon Sep 17 00:00:00 2001 From: Wen Liang Date: Sun, 9 Apr 2023 20:51:34 -0400 Subject: [PATCH] ansible-lint: Remove the rule 'load-failure' from 'warn_list' The rule 'load-failure' is unskippable, you cannot use it in 'skip_list' or 'warn_list'. Signed-off-by: Wen Liang --- .ansible-lint | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index ab0d4d1..824879b 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -17,8 +17,6 @@ kinds: - playbook: "**/examples/*.yml" skip_list: - fqcn-builtins -warn_list: - - load-failure exclude_paths: - tests/roles/ - .github/