ansible/lib/ansible
Toshio Kuratomi a91788e25a Convert playbook basedir into unicode at the borders
(cherry picked from commit 0b96d61162)
2016-11-21 09:25:22 -08:00
..
cli Python 3 fixes for ansible-doc. 2016-11-03 16:10:08 -07:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config
errors Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
executor Reworking iterator logic regarding failed states during always 2016-11-18 11:09:36 -06:00
galaxy Iterate through role paths when installing roles (#17487) 2016-09-09 16:50:50 -04:00
inventory Properly sort groups by name as well as depth when getting vars 2016-11-18 22:56:37 -06:00
module_utils openstack: iterate through nova addresses with six (#18408) 2016-11-18 12:45:55 -08:00
modules New release v2.2.1.0-0.1.rc1 2016-11-18 23:56:46 -06:00
parsing Fix 'ansible-vault edit' crash on changed nonascii 2016-11-18 10:11:00 -05:00
playbook Convert playbook basedir into unicode at the borders 2016-11-21 09:25:22 -08:00
plugins Replaced iterkeys with 'for key in dict' for #18507 (#18538) 2016-11-21 07:19:32 -08:00
template always template when called from template (#18490) 2016-11-15 15:17:06 -05:00
utils resolve inventory path on init 2016-11-04 17:11:44 -04:00
vars Properly sort groups by name as well as depth when getting vars 2016-11-18 22:56:37 -06:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py change to ~ instead of $HOME to avoid undefined (#18551) 2016-11-21 07:36:15 -08:00
release.py New release v2.2.1.0-0.1.rc1 2016-11-18 23:56:46 -06:00
test-requirements.txt