community.general/lib/ansible
James Cammarata 273a965dcc Fix the way host and group vars are loaded
* In the VariableManager, we were not properly tracking if a file
  had already been loaded, so we continuously append data to the end
  of the list there for host and group vars, meaning large sets of data
  are duplicated multiple times
* In the inventory, we were merging the host/group vars with the vars
  local to the host needlessly, as the VariableManager already handles that.
  This leads to needless duplication of the data and makes combining the
  vars in VariableManager take even longer.
2016-06-02 16:52:37 -04:00
..
cli galaxy info displayed 'galaxy_info' section wrong 2016-05-31 13:28:15 -04:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor Fix the error handling for loop squashing to restore the name argument into the task args 2016-05-21 07:07:26 -07:00
galaxy moved validate info from vvv to debug 2016-05-27 09:45:10 -04:00
inventory Fix the way host and group vars are loaded 2016-06-02 16:52:37 -04:00
module_utils Modules: check for list-like choices in arg spec 2016-05-26 16:20:31 -05:00
modules Update submodule refs. 2016-05-31 17:21:22 -07:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Catch DistributionNotFound when pycrypto is absent (#15731) 2016-05-19 11:39:34 -07:00
playbook Save and restore the loader's basedir when loading playbooks 2016-05-23 15:04:44 -04:00
plugins Add junit callback plugin. (#16089) 2016-06-01 13:34:00 -07:00
template moved last utils.debug to display.debug 2016-04-08 16:00:36 -04:00
utils Add validate_certs to vmware doc fragment (#16096) 2016-06-02 10:21:39 -04:00
vars Fix the way host and group vars are loaded 2016-06-02 16:52:37 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py add centrify dzdo escalation (#15219) 2016-04-25 11:24:26 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00