diff --git a/wildfly.py b/wildfly.py index e577fab..e80dc09 100644 --- a/wildfly.py +++ b/wildfly.py @@ -146,7 +146,7 @@ def read_args(task_args, check_mode): 'and "local_auth" arguments instead') cli_command = ( '{} --connect --error-on-interact --output-json' - '--no-color-output --no-output-paging' + ' --no-color-output --no-output-paging' ).format(task_args.get('cli_cmd')) # desired configuration