mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 13:53:23 +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'
|
||||
else:
|
||||
module.fail_json(
|
||||
msg="Unable to discover domain, not provided on command line")
|
||||
msg="Unable to discover domain, not provided")
|
||||
|
||||
ret = ds.search(
|
||||
domain=cli_domain,
|
||||
|
||||
Reference in New Issue
Block a user