You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Adrian Likins d0bdfc2abb Specify run_command decode error style as arg (#17886)
* 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
9 years ago
..
cli better handling of host lists (#17781) 9 years ago
compat Move py34 mock_open compat to compat/test/mock (#17157) 9 years ago
config Making the switch to v2 11 years ago
errors Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago
executor open anziballs payload 'wb' for py3 9 years ago
galaxy Iterate through role paths when installing roles (#17487) 9 years ago
inventory Feature/add ansible play hosts all (#17498) 9 years ago
module_utils Specify run_command decode error style as arg (#17886) 9 years ago
modules bump core submodule ref 9 years ago
parsing Allow for empty source in dwim_path_relative_stack 9 years ago
playbook dzdo prompt fix 9 years ago
plugins cast/copy keys() to list to avoid py3 errors 9 years ago
template Support late evaluation, suppress warnings on SyntaxError (#17462) 9 years ago
utils remove bare vars and undefined from lookup lists (#17647) 9 years ago
vars Graceful error handling when delegate_to host null (#17453) (#17783) 9 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py Normalize text and byte type in the ssh plugin helper method that builds up an ssh command (#17860) 9 years ago
release.py Bumping devel version to 2.3.0 9 years ago
test-requirements.txt Making the switch to v2 11 years ago