mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +00:00
library/ipadiscovery.py: Fix domain error message
This commit is contained in:
@@ -291,7 +291,7 @@ def main():
|
|||||||
cli_domain_source = 'Provided as option'
|
cli_domain_source = 'Provided as option'
|
||||||
else:
|
else:
|
||||||
module.fail_json(
|
module.fail_json(
|
||||||
msg="Unable to discover domain, not provided on command line")
|
msg="Unable to discover domain, not provided")
|
||||||
|
|
||||||
ret = ds.search(
|
ret = ds.search(
|
||||||
domain=cli_domain,
|
domain=cli_domain,
|
||||||
|
|||||||
Reference in New Issue
Block a user