mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-08 14:23:11 +00:00
config: Remove unused code.
Removed the definition of unused function 'gen_args()' from ipaconfig.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user