From b190aa827f22879ddb045c1198224774fef73222 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 29 Oct 2023 14:02:16 -0500 Subject: [PATCH] Don't lint free-form --- .ansible-lint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index ff837e3..ba90dcb 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -36,6 +36,8 @@ skip_list: - name[play] # These tend to be pretty buggy - experimental + # I have no clue when this was added but fuck you + - no-free-form warn_list: # FQCN is a nice-to-have, but I'm not worried about it