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.
The function is Ansible >= 12 (ansible-core >= 2.19). See #1274 for analysis of `json.dumps()` vs `jsonify()` differences. This change is a middle ground between full backward compatibility and using `json.dumps()` unadorned. - if `data` is `None`, then it will still be transferred as `{}` on older versions of Ansible, but 'null' in newer releases. Cases where 'null' caused a problem are suspected/reported, but no reproducers are available. - `ensure_ascii=True` will be still be tried, with fallback. I believe this is only relevant on Python 2.x. - `sort_keys=True` will no longer be used. - No indentation/pretty printing will be applied, this remains unchanged fixes #1274 |
6 months ago | |
|---|---|---|
| .. | ||
| compat | 3 years ago | |
| plugins | 11 months ago | |
| utils | 6 months ago | |
| __init__.py | 8 years ago | |
| affinity.py | 1 year ago | |
| connection.py | 6 months ago | |
| loaders.py | 6 months ago | |
| logging.py | 1 year ago | |
| mixins.py | 6 months ago | |
| module_finder.py | 2 years ago | |
| parsing.py | 4 years ago | |
| planner.py | 6 months ago | |
| process.py | 1 year ago | |
| runner.py | 6 months ago | |
| services.py | 6 months ago | |
| strategy.py | 11 months ago | |
| target.py | 6 months ago | |
| transport_config.py | 10 months ago | |