From b45e8ceb3cf8577a921857c32a44d93fc6b814ff Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 18 Mar 2020 22:17:14 +0100 Subject: [PATCH] Update ansible-lint exception ANSIBLE0012 is the old name, 301 is the new name for the lint rule. Change conifguration to use new name. Change-Id: I8e3148a54ec811308865882d79edc255d61cfff0 --- .ansible-lint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 97e045512..29db081ee 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,10 +1,10 @@ exclude_paths: - playbooks/legacy parseable: true -# [ANSIBLE0012] Commands should not change things if nothing needs doing # [204] Lines should be no longer than 160 chars +# [301] Commands should not change things if nothing needs doing skip_list: - - ANSIBLE0012 - '204' + - '301' use_default_rules: true verbosity: 1