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/plugins
Toshio Kuratomi 589e217278 base64 functions must be given byte strings
The base64 stdlib functions require byte strings.  So we have to
transform the strings into bytes before handing to the stdlib and then
transform them back into text before handing back to ansible.

Fixes #22873
2017-03-23 12:15:02 -07:00
..
action fixes issue when host is defined in provider for junos (#22918) 2017-03-23 15:05:11 -04:00
cache Enable documentation in plugins 2017-03-23 01:27:19 -04:00
callback Enable documentation in plugins 2017-03-23 01:27:19 -04:00
connection Remove ununsed Connection.log method (#22837) 2017-03-23 12:24:39 -04:00
filter base64 functions must be given byte strings 2017-03-23 12:15:02 -07:00
lookup etcd doc tests 2017-03-23 01:27:19 -04:00
shell E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
strategy Enable documentation in plugins 2017-03-23 01:27:19 -04:00
terminal Fix junos prompt issue (#22536) 2017-03-13 08:11:38 -04:00
test added new tests any and all (#22665) 2017-03-15 18:09:25 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Graceful error message for abstract base classes in PluginLoader 2017-02-22 10:27:29 -05:00