community.general/lib/ansible
Toshio Kuratomi 0d55081ba8 Fix use of user_data field with spot_price in ec2 module (#37628)
The user_data field is base64 encoded inside of the boto library.  In
Python3, base64 must be used with byte strings.  So we make sure to
encode the user_data into a byte string before passing it on to the boto
library.

Fixes #34978
2018-03-20 15:01:24 -04:00
..
cli Ansible Galaxy: skel for network role #37241 (#37251) 2018-03-09 13:31:27 -05:00
compat Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
config adds fix for terminal plugins 2018-03-05 08:54:40 -05:00
errors Make AnsibleActionDone a private exception 2018-01-22 23:36:34 -08:00
executor Connection error messages are unsafe: wrap them (#37329) 2018-03-13 16:20:24 -07:00
galaxy Ansible Galaxy: skel for network role #37241 (#37251) 2018-03-09 13:31:27 -05:00
inventory protect against plugins using verify incorrectly 2018-02-23 15:11:01 -05:00
module_utils issue:37306 Fix issue with vlan support for onyx version 3.6.6000 (#37310) 2018-03-20 10:08:35 +00:00
modules Fix use of user_data field with spot_price in ec2 module (#37628) 2018-03-20 15:01:24 -04:00
parsing Remove dead code 2018-03-12 12:13:19 -07:00
playbook Fix name parameter templating in include_role module (#36372) 2018-03-20 14:01:48 -04:00
plugins Fix py3 issue in wait_for_connection (#37646) 2018-03-20 11:21:19 -05:00
template Revert "remove query/q (#36315)" 2018-02-21 10:37:51 -08:00
utils Fix api_profile choices in Azure docs fragment. 2018-03-20 11:07:34 -07:00
vars Fix ansible_lo being used inside of ansible_facts 2018-03-13 12:05:14 -04:00
__init__.py
constants.py Move module_set_locale and module_lang back to global 2018-01-22 18:38:15 -08:00
release.py Fix version in lib/ansible/release.py 2018-02-09 04:47:31 -08:00