From 0771c7a61ad1cfcd810626c950f91527ccb8b35a Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Mon, 13 Feb 2023 09:46:44 +0100 Subject: [PATCH] lint fixes --- .pylintrc | 1 + defaults/main/1_main.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index d49b503..cfc398e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -419,6 +419,7 @@ disable=raw-checker-failed, C0114, C0115, C0116, # docstrings C0103, # var naming R0205, # filter_plugins 'FilterModule' + W0511, # todos # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option diff --git a/defaults/main/1_main.yml b/defaults/main/1_main.yml index 16c43e4..6f41ddf 100644 --- a/defaults/main/1_main.yml +++ b/defaults/main/1_main.yml @@ -101,4 +101,3 @@ default_le_certbot_cert: # example2: # domains: ['example2.ansibleguy.net'] # email: 'dummy@ansibleguy.net' -