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
Matt Davis a40baf22fa
various mod_args fixes (#60290)
* various mod_args fixes

* filter task keywords when parsing actions from task_ds- prevents repeatedly banging on the pluginloader for things we know aren't modules/actions
* clean up module/action error messaging. Death to `no action in task!`- actually list the candidate modules/actions from the task if present.

* remove shadowed_module test

* previous discussion was that this behavior isn't worth the complexity or performance costs in mod_args

* fix/add test, remove module shadow logic

* address review feedback
5 years ago
..
utils Remove use of simplejson throughout code base (#43548) 6 years ago
vault Fix ansible-vault cipher_whitelist (#57272) 5 years ago
yaml Handle vaulted non-ascii characters for Python2 (#58503) 5 years ago
__init__.py Fix typo in lib/ansible/parsing/__init__.py (#16761) 8 years ago
ajson.py add note to inform awx team on change 6 years ago
dataloader.py Get copy tests passing with split controller/target (#58516) 5 years ago
metadata.py Guard against assignments that are not ast.Name in docs parsing (#35513) 7 years ago
mod_args.py various mod_args fixes (#60290) 5 years ago
plugin_docs.py Close file after using it (#59000) 5 years ago
quoting.py ansible/parsing: PEP8 compliancy (#24701) 7 years ago
splitter.py Ensure _raw_params retain exact spaces 6 years ago