mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 04:14:42 +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"]
|
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():
|
def main():
|
||||||
ansible_module = IPAAnsibleModule(
|
ansible_module = IPAAnsibleModule(
|
||||||
argument_spec=dict(
|
argument_spec=dict(
|
||||||
|
|||||||
Reference in New Issue
Block a user