diff --git a/plugins/module_utils/ansible_freeipa_module.py b/plugins/module_utils/ansible_freeipa_module.py index f8f1e2bb..71ce4063 100644 --- a/plugins/module_utils/ansible_freeipa_module.py +++ b/plugins/module_utils/ansible_freeipa_module.py @@ -693,7 +693,7 @@ else: def check_ipa_params(self): """Validate ipa_params before command is called.""" - pass + pass # pylint: disable=unnecessary-pass def define_ipa_commands(self): """Define commands that will be run in IPA server."""