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 <liangwen12year@gmail.com>
This commit is contained in:
Wen Liang 2023-04-09 20:51:34 -04:00 committed by Fernando Fernández Mancera
parent af76d08550
commit 46f827419e

View file

@ -17,8 +17,6 @@ kinds:
- playbook: "**/examples/*.yml"
skip_list:
- fqcn-builtins
warn_list:
- load-failure
exclude_paths:
- tests/roles/
- .github/