community.general/lib/ansible
James Cammarata 7503875ed7 Mark playbook objects as finalized after post_validate
After post_validate() is called on an object, there should be no
need to continue looking up at parent attributes. This patch adds a
new flag (_finalized) which is set to True at the end of post_validate,
and getattr will not look beyond its own attributes from that point on.
2016-08-09 08:57:21 -05:00
..
cli added check and diff mode control to console 2016-07-25 08:05:56 -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 Fix some typos (#16498) 2016-06-29 14:31:25 -04:00
executor Avoid copying task parents in TaskExecutor 2016-08-08 15:58:46 -05:00
galaxy Fixes #163 in galaxy-issues 2016-07-21 14:04:17 -04:00
inventory Performance improvements 2016-08-08 15:58:46 -05:00
module_utils Merge pull request #16999 from Qalthos/net_mod_ops 2016-08-09 07:30:50 -04:00
modules Update submodule refs 2016-08-08 11:17:41 -07:00
parsing warn when searching for an empty string or null 2016-07-26 08:26:07 -04:00
playbook Mark playbook objects as finalized after post_validate 2016-08-09 08:57:21 -05:00
plugins Allow to make the jsonfile cache files pretty (indented and sorted) (#17000) 2016-08-08 17:15:19 -04:00
template allow spaces before the filter string (#16312) 2016-06-15 14:17:17 -04:00
utils Adds module doc fragment for F5 modules 2016-08-05 12:21:46 -07:00
vars Move tasks/blocks to a single parent model 2016-08-08 15:58:46 -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 Making the switch to v2 2015-05-03 21:47:26 -05:00