mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
* Specify run_command decode error style as arg Instead of getting the stdout/stderr text from run_command, and then decoding to utf-8 with a particular error scheme, use the 'errors' arg to run_command so it does that itself. * Use 'surrogate_or_replace' instead of 'replace' For the text decoding error scheme in run_command calls. * Let the local_facts run_command use default errors * fix typo