You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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.
8 years ago
..
cli added check and diff mode control to console 8 years ago
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. 9 years ago
config Making the switch to v2 9 years ago
errors Fix some typos (#16498) 8 years ago
executor Avoid copying task parents in TaskExecutor 8 years ago
galaxy Fixes #163 in galaxy-issues 8 years ago
inventory Performance improvements 8 years ago
module_utils Merge pull request #16999 from Qalthos/net_mod_ops 8 years ago
modules Update submodule refs 8 years ago
parsing warn when searching for an empty string or null 8 years ago
playbook Mark playbook objects as finalized after post_validate 8 years ago
plugins Allow to make the jsonfile cache files pretty (indented and sorted) (#17000) 8 years ago
template allow spaces before the filter string (#16312) 8 years ago
utils Adds module doc fragment for F5 modules 8 years ago
vars Move tasks/blocks to a single parent model 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 8 years ago
constants.py * Fix race in creating temp directories pre-fork (#16965) 8 years ago
release.py Fix ziploader for the cornercase of ansible invoking ansible. 8 years ago
test-requirements.txt Making the switch to v2 9 years ago