community.general/lib/ansible
James Cammarata f36926f8d3 With role params also keep special params in the ds as well as params
With 2.0, we decided to create a special list of param names which were
taken out of the role data structure and stored as params instead (connection,
port, and remote_user). This causes problems with inheritance of these params,
so we are now deprecating that while also keeping those keys in the ds so they
are brought in as attributes on the Role correctly.

Fixes #17395
2016-11-18 22:15:55 -06:00
..
cli Python 3 fixes for ansible-doc. 2016-11-03 16:09:24 -07:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config
errors Add error info if tabs are found in the yaml (#18343) 2016-11-08 11:43:08 -05:00
executor Reworking iterator logic regarding failed states during always 2016-11-16 10:21:46 -06:00
galaxy Cast input role version to string before comparing to available versions (#18269) 2016-10-31 21:07:38 -04:00
inventory Fix bug (#18355) where encrypted inventories fail 18355 (#18373) 2016-11-07 10:07:26 -05:00
module_utils openstack: iterate through nova addresses with six (#18408) 2016-11-18 12:44:16 -08:00
modules Update submodule refs 2016-11-18 12:48:31 -08:00
parsing Fix 'ansible-vault edit' crash on changed nonascii 2016-11-16 15:14:07 -05:00
playbook With role params also keep special params in the ds as well as params 2016-11-18 22:15:55 -06:00
plugins Moved the _inventory.clear_group_dict_cache() from creating a group w… (#17766) 2016-11-18 13:27:17 -06:00
template always template when called from template (#18490) 2016-11-15 15:16:46 -05:00
utils Performance improvement using in-operator on dicts 2016-11-17 12:33:04 -05:00
vars Don't fail on missing vars files for delegated hosts 2016-11-17 11:59:09 -06:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py make default strategy configurable (#18394) 2016-11-15 15:36:53 -05:00
release.py Bumping devel version to 2.3.0 2016-10-03 11:46:31 -05:00
test-requirements.txt