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
Brian Coca b3b1dde648
various fixes to command (#74212)
* various fixes to command

  - Updated splitter to allow for all expected args in ad-hoc
  - Ensure we always return the returns we promissed to always return (i.e stderr/stdout)
  - Updated docs to clarify creates/removes precdence in checking
  - Removed abspath from chdir to allow reporting to handle symlinks correctly
  - Corrected tests to new output messages

Co-authored-by: Felix Fontein <felix@fontein.de>
5 years ago
..
utils Add more include and yaml parsing tests (#70506) 5 years ago
vault fix typo in ansible vault decrypt if vault error (#73542) 5 years ago
yaml Provide better decryption errors for single vault values (#72362) 5 years ago
__init__.py Fix typo in lib/ansible/parsing/__init__.py (#16761) 10 years ago
ajson.py Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602) 6 years ago
dataloader.py Rewrite _is_role and remove incidental_flatpak_remote (#72105) 5 years ago
mod_args.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 5 years ago
plugin_docs.py Plugin/module docs: parse return values, add collection names in them (version_added_collection), and format them nicely in ansible-doc (#69796) 6 years ago
quoting.py ansible/parsing: PEP8 compliancy (#24701) 9 years ago
splitter.py various fixes to command (#74212) 5 years ago