From 5830511d877fa7e5c0040e28e25a4d581e671085 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 24 Sep 2021 21:11:03 -0500 Subject: [PATCH] Reconfigure lint --- .ansible-lint | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 11f39e6..84c0c9f 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -16,9 +16,12 @@ mock_roles: skip_list: # I'm aware of the risks and accept them - package-latest + # I do not intend to publish a majority of roles here + # The ones that I do will be in separate repos with their own CI/CD + - meta-no-info + # I don't care + - role-name warn_list: - # There is exactly one occurence of this and it's for faulty web installers - - ignore-errors # These tend to be pretty buggy - experimental