community.general/lib/ansible/parsing
Toshio Kuratomi cc343a4376 Port ansible doc for plugins to use DOCUMENTATION variables
* Using docstrings conflicts with the standard use of docstrings
* PYTHON_OPTIMIZE=2 will omit docstrings.  Using docstrings makes future
  changes to the plugin and module code subject to the requirement that we
  ensure it won't be run with optimization.
2017-09-11 18:34:09 -07:00
..
utils ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
vault Fixes #22335: Adds filename extension to tempfile for Vault 2017-08-28 11:01:04 -04:00
yaml pylint fixes for vault related code (#27721) 2017-08-08 16:10:03 -04:00
__init__.py Fix typo in lib/ansible/parsing/__init__.py (#16761) 2016-07-20 18:03:50 -04:00
dataloader.py Fixes #23680 bug with py3.x due to binary string handling (#23688) 2017-09-09 18:40:07 -07:00
metadata.py metadata 1.1 2017-08-15 23:12:08 -07:00
mod_args.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
plugin_docs.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
quoting.py ansible/parsing: PEP8 compliancy (#24701) 2017-05-18 18:41:00 +01:00
splitter.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00