mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 03:44:41 +00:00
ipaclient_test: Remove debugging warning output
A remain from debugging in ipaclient_test has been removed.
This commit is contained in:
@@ -832,7 +832,6 @@ def main():
|
|||||||
# raise ScriptError(rval=CLIENT_INSTALL_ERROR)
|
# raise ScriptError(rval=CLIENT_INSTALL_ERROR)
|
||||||
|
|
||||||
except ScriptError as e:
|
except ScriptError as e:
|
||||||
module.warn("2nd part: %s" % e)
|
|
||||||
module.fail_json(msg=str(e))
|
module.fail_json(msg=str(e))
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user