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/cli
Matt Martz 5941e4c843
Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602)
* Properly JSON encode AnsibleUnsafe, using a pre-processor. Fixes #47295

* Add AnsibleUnsafe json tests

* Require preprocess_unsafe to be enabled for that functionality

* Support older json

* sort keys in tests

* Decouple AnsibleJSONEncoder from isinstance checks in preparation to move to module_utils

* Move AnsibleJSONEncoder to module_utils, consolidate instances

* add missing boilerplate

* remove removed.py from ignore
6 years ago
..
arguments Fix and refix help text for CLI (#55831) 7 years ago
scripts ansible-galaxy: create parent dir for token file (#60615) 6 years ago
__init__.py ansible-galaxy tidy up arg parse with better validation (#59957) 6 years ago
adhoc.py Make ansible adhoc work with include_role (#56163) 7 years ago
config.py fixes to config manager (#58530) 7 years ago
console.py Migrate command line parsing to argparse (#50610) 7 years ago
doc.py point at corresponding version (#59200) 6 years ago
galaxy.py Fix up env config source for Galaxy server list (#61294) 6 years ago
inventory.py Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602) 6 years ago
playbook.py Migrate command line parsing to argparse (#50610) 7 years ago
pull.py Migrate command line parsing to argparse (#50610) 7 years ago
vault.py ansible-vault: convert vault_password_files to list to prevent traceback (#57186) 7 years ago