Skip to content
Snippets Groups Projects
Commit dc9bb51a authored by Thomas Woerner's avatar Thomas Woerner
Browse files

library/ipadiscovery.py: Renamed server to servers output argument

parent 07a15c56
No related branches found
No related tags found
No related merge requests found
...@@ -276,7 +276,7 @@ def main(): ...@@ -276,7 +276,7 @@ def main():
break break
module.exit_json(changed=True, module.exit_json(changed=True,
dnsok=dnsok, domain=cli_domain, server=cli_server, dnsok=dnsok, domain=cli_domain, servers=cli_server,
subject_base=subject_base, realm=cli_realm, subject_base=subject_base, realm=cli_realm,
kdc=cli_kdc, client_domain=client_domain, kdc=cli_kdc, client_domain=client_domain,
basedn=cli_basedn, hostname=hostname) basedn=cli_basedn, hostname=hostname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment