community.general/lib/ansible
Marius Gedminas eb99aa8c68 Fix to_bytes(None) on Python 3
You cannot call bytes(obj) to get a simple representation of obj on
Python 3!  E.g. bytes(42) returns a byte string with 42 NUL characters
instead of b'42'.
2015-08-27 22:15:56 +03:00
..
cli Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
galaxy draft galaxy cli search 2015-08-22 02:28:27 -04:00
inventory Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
module_utils Revert "Add PowerShell exception handling and turn on strict mode." 2015-08-23 21:09:16 -04:00
modules Version bump for v2.0.0-0.1.alpha1 and submodule updates 2015-08-27 13:43:37 -04:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Merge pull request #12112 from amenonsen/vault-stdio 2015-08-27 11:26:48 -07:00
playbook Avoid types.NoneType 2015-08-27 22:15:56 +03:00
plugins Avoid types.NoneType 2015-08-27 22:15:56 +03:00
template Avoid types.NoneType 2015-08-27 22:15:56 +03:00
utils Fix to_bytes(None) on Python 3 2015-08-27 22:15:56 +03:00
vars Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py Merge pull request #11880 from bcoca/configurable_squash 2015-08-23 13:32:15 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00