From fb8075c1ad0b16543b99f999a797a2b8324f2ede Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Thu, 9 Nov 2017 13:17:04 +0100 Subject: [PATCH] library/ipadiscovery.py: Fix domain error message --- library/ipadiscovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ipadiscovery.py b/library/ipadiscovery.py index fd115448..41ac44f3 100644 --- a/library/ipadiscovery.py +++ b/library/ipadiscovery.py @@ -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, -- GitLab