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
Will Thames 4bfed06514 Make ModuleArgsParser more understandable (#13974)
* Make ModuleArgsParser more understandable

Both comments and method names for handling new/old
style parameters are switched around

Made comments and method names reflect actual code paths
taken.

* Further improve mod_args.py comments

Ensure output formats are correctly documented,
remove some of the 'opinion' about which formats are
valid, and try and clarify the situations under which
certain code paths are hit.

Stop talking about the YAML command-type form as 'extra
gross' when it's the documented example form for command
etc.!
8 years ago
..
utils Fixing up jsonify and adding unit tests 9 years ago
vault minor spelling changes 8 years ago
yaml Add a encode() to AnsibleVaultEncryptedUnicode (#19840) 8 years ago
__init__.py Fix typo in lib/ansible/parsing/__init__.py (#16761) 8 years ago
dataloader.py Fix regression in search path behaviour 8 years ago
mod_args.py Make ModuleArgsParser more understandable (#13974) 8 years ago
quoting.py Break apart a looped dependency to show a warning when parsing playbooks 9 years ago
splitter.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 8 years ago