From ccfc81bf1474bb83af2f35d1b0670ef764050f21 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 24 Mar 2022 11:57:26 -0500 Subject: [PATCH] Add some more exceptions to the linter SHUT THE FUCK UP AUGH --- .ansible-lint | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index 84c0c9f..4a0e019 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -21,7 +21,12 @@ skip_list: - meta-no-info # I don't care - role-name + # Fuck off with the yaml stylings + # yes/no is a wide Ansible convention + - yaml warn_list: # These tend to be pretty buggy - experimental + # FQCN is a nice-to-have, but I'm not worried about it + - fqcn-builtins