From 56d240706d2d05ec79f787c4156e5768357b39cc Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 1 Aug 2021 13:43:58 -0500 Subject: [PATCH] Skip instead of warning on package-latest violations --- .ansible-lint | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ansible-lint b/.ansible-lint index 68b6201..2610cce 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -17,9 +17,11 @@ mock_roles: - postgresql - sshd -warn_list: +skip_list: # I'm aware of the risks and accept them - package-latest + +warn_list: # There is exactly one occurence of this and it's for faulty web installers - ignore-errors # These tend to be pretty buggy