Skip to content
Snippets Groups Projects
Commit 5175c870 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

config: Remove unused code.

Removed the definition of unused function 'gen_args()' from ipaconfig.
parent 8dec9f77
No related branches found
No related tags found
No related merge requests found
......@@ -257,12 +257,6 @@ def config_show(module):
return _result["result"]
def gen_args(params):
_args = {k: v for k, v in params.items() if v is not None}
return _args
def main():
ansible_module = IPAAnsibleModule(
argument_spec=dict(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment