From 32437236db0ea5a98f8e84a9846b68b6063229e8 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 29 Oct 2023 14:09:51 -0500 Subject: [PATCH] Revamp more lint configs --- .ansible-lint | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 2ea19a3..3c75089 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -42,6 +42,6 @@ skip_list: warn_list: # FQCN is a nice-to-have, but I'm not worried about it - fqcn-builtins - - fqcn[action] - - fqcn[action-core] - - fqcn[canonical] + - fqcn + # Key order is just nitpicky + - key-order