From 0149d31ad119de106d98424a698945d718521ae5 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 22 Aug 2024 15:34:33 +1200 Subject: [PATCH] =?UTF-8?q?fix:=20Upgraded=20linting=20config=20?= =?UTF-8?q?=F0=9F=9A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ansible-lint | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 7a55960..509845d 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,6 +1,6 @@ -profile: basic +profile: production -skip_list: # or 'skip_list' to silence them completely - - experimental # all rules tagged as experimental - - unnamed-task # All tasks should be named +skip_list: # or 'skip_list' to silence them completely + - experimental # all rules tagged as experimental + - unnamed-task # All tasks should be named - fqcn-builtins