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/parsing
Toshio Kuratomi 9890ce47e8 Optimizations in mod_args parsing
* Make it less likely that we have to identify all the modules during
  a playbook run.  PluginLoader is optimized to look for modules one
  directory at a time.  If we find a module before we've examined all
  the directories we never have to touch the other directories.
  Reordering this conditional makes it so tasks which don't have
  a module file will not force us to examine all the module directories
  before moving on to other sources of task actions.
* Change several variables we consult to see if a task is in a certain
  category from lists/tuples to frozensets.  These are static lists
  which we only do containment tests on so frozensets should be faster
6 years ago
..
utils Remove dead code 6 years ago
vault Remove deprecated code (#34828) 7 years ago
yaml Only template each hostvars var on-demand (fixes #33259) 6 years ago
__init__.py Fix typo in lib/ansible/parsing/__init__.py (#16761) 8 years ago
dataloader.py Move yaml loading functions from DataLoader into a utility module. 7 years ago
metadata.py Guard against assignments that are not ast.Name in docs parsing (#35513) 7 years ago
mod_args.py Optimizations in mod_args parsing 6 years ago
plugin_docs.py Port ansible doc for plugins to use DOCUMENTATION variables 7 years ago
quoting.py ansible/parsing: PEP8 compliancy (#24701) 7 years ago
splitter.py Fix a unicodeerror so that we get the correct error message (#34058) 7 years ago