summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/common/json.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Update collections.abc imports (#79911)Matt Clay2023-02-031-1/+1
* ansible-config added json/yaml output to list/dump (#77447)Brian Coca2022-04-281-0/+4
* AnsibleVaultEncryptedUnicode should be considered a string (#71609)Matt Martz2020-09-031-1/+1
* Ensure single vaulted values aren't counted as sequences. Fixes #70784 (#70786)Matt Martz2020-07-211-2/+10
* Allow single vault encrypted values to be used directly as module parameters....Matt Martz2020-07-141-2/+6
* Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602)Matt Martz2019-08-261-0/+70