ansible/lib/ansible
Toshio Kuratomi 300d6482d1 Hashing needs byte strings in python3 (#17221)
First try at porting this passed in string-types as that worked on
python2.  Python3 is more strict so be explicit about converting from
text to bytes
2016-08-24 09:29:59 -07:00
..
cli Merge pull request #17202 from chouseknecht/devel 2016-08-24 10:57:49 -04:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config
errors Fix some typos (#16498) 2016-06-29 14:31:25 -04:00
executor Clean up task_executor for python3 (#17219) 2016-08-24 07:52:36 -07:00
galaxy Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
inventory Don't use an unset playbook basedir when searching for hostgroup vars 2016-08-17 16:28:48 -05:00
module_utils updates iosxr shared module 2016-08-24 11:03:01 -04:00
modules Update submodule refs 2016-08-24 08:41:51 -07:00
parsing Implement vault encrypted yaml variables. (#16274) 2016-08-23 20:03:11 -04:00
playbook Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
plugins updates iosxr shared module 2016-08-24 11:03:01 -04:00
template Implement vault encrypted yaml variables. (#16274) 2016-08-23 20:03:11 -04:00
utils Hashing needs byte strings in python3 (#17221) 2016-08-24 09:29:59 -07:00
vars Don't use an unset playbook basedir when searching for hostgroup vars 2016-08-17 16:28:48 -05:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py * Fix race in creating temp directories pre-fork (#16965) 2016-08-04 19:35:36 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt