ansible/lib/ansible
James Cammarata 3e03004b6f Use get_dep_chain() instead of directly using a blocks _dep_chain
Child blocks (whether nested or via includes) don't get a copy of the
dependency chain, so the above method should be used to ensure the block
looks at its parents dep chain.

Fixes #15996
2016-05-26 15:48:07 -04:00
..
cli Make 'required' optional in module docs (#15906) 2016-05-18 16:57:36 -07:00
compat
config
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 API now connects to server lazily (#15632) 2016-04-28 23:28:02 -04:00
inventory skip non executable inventory when no shebang (#15969) 2016-05-24 10:25:10 -04:00
module_utils Merge pull request #15974 from resmo/feature/vpc 2016-05-26 07:43:40 +02:00
modules updated subrefs 2016-05-25 17:29:44 -04:00
new_inventory
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 fixed service fact usage 2016-05-26 13:37:59 -04:00
template moved last utils.debug to display.debug 2016-04-08 16:00:36 -04:00
utils return friendlier error when failing to make dirs 2016-05-20 09:03:01 -04:00
vars Use get_dep_chain() instead of directly using a blocks _dep_chain 2016-05-26 15:48:07 -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