mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07: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 |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py | ||
test-requirements.txt |