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' -