Mohammed Naser d311a4289a tox_parse_output: add no_log to tox_output
The `tox_parse_output` currently logs the entire output of tox
into the syslog as the natural Ansible behaviour, as part of doing
that, it also encodes it inside utf-8.  This results in errors
in the case that the the data contains surrogates and crashes the
entire job.

Given that this issue really occurs during logging and we don't
have a reason to log all of the tox output to the syslog, this
patch sets the module parameter to `no_log` which should skip the
encoding and logging for that parameter[0].

[0]: https://github.com/ansible/ansible/blob/stable-2.9/lib/ansible/module_utils/basic.py#L1945-L1957

Change-Id: I470cd35111a63662c43f779fc9e119aa8d78c838
2020-04-01 08:52:10 -04:00
..
2019-07-17 15:45:24 +00:00
2019-09-09 18:14:00 +10:00
2020-02-21 06:55:44 -06:00
2020-01-07 17:12:15 +00:00
2019-07-17 15:45:24 +00:00
2020-01-07 17:12:15 +00:00
2020-02-21 06:55:47 -06:00
2019-11-20 20:27:21 +01:00
2019-04-21 14:01:15 +00:00
2017-11-14 13:19:08 +00:00
2018-08-15 08:38:08 +00:00
2019-07-17 15:45:24 +00:00
2018-08-17 10:23:20 +10:00
2018-08-17 10:23:20 +10:00