1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/utils
art-at-sky 38590fbab9 Fix string coercion problem in error handling code 10:50 (#16270)
Manifests as the following stack trace
  File "/usr/local/Cellar/ansible/2.0.1.0/libexec/lib/python2.7/site-packages/ansible/utils/display.py", line 259, in error
      new_msg = u"ERROR! " + msg
      TypeError: coercing to Unicode: need string or buffer, AnsibleParserError found
2016-06-17 12:02:01 -07:00
..
module_docs_fragments update azure minimum doc fragment 2016-06-04 16:05:58 -07:00
__init__.py limit extensions for files in group/host_vars dir 2015-05-23 20:34:08 +02:00
boolean.py Making the switch to v2 2015-05-03 21:47:26 -05:00
cmd_functions.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
color.py output color is now configurable 2015-12-29 17:40:47 -05:00
display.py Fix string coercion problem in error handling code 10:50 (#16270) 2016-06-17 12:02:01 -07:00
encrypt.py Prevent race in key setup for accelerate daemon (#15299) 2016-04-25 12:13:42 -04:00
hashing.py Use to_bytes on filenames in filesystem calls. 2016-03-04 09:08:41 -08:00
listify.py Strip string terms before templating 2016-01-06 20:44:19 +05:30
module_docs.py Fixes to the documentation build (#15356) 2016-04-11 17:11:55 -07:00
path.py return friendlier error when failing to make dirs 2016-05-20 09:03:01 -04:00
shlex.py Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
unicode.py Typo fix: Kuraotmi -> Kuratomi 2016-06-06 15:24:44 +02:00
vars.py Adds 'ansible_check_mode' boolean magic variable 2016-04-08 00:26:02 +02:00