Alex Willmer
Alex Willmer
refs #1274
> Prior to removal/restoration`ansible.parsing.utils.jsonify.jsonify()` changed very little. Differences to `json.dumps()` > > 1. `jsonify(None)` -> `'{}'` vs `dumps(None)` -> `'null'` > 2. `jsonify(..., format: bool)` vs `dumps(..., indent: int|None, ...)`...
Ansible 12 (ansible-core 2.19) will deprecate third-party strategy plugins. Strategy plugins are currently the hook that Mitogen hangs all its Ansible integration off. Mitogen will need to adapt/redesign its approach....
Debian packages Mitogen as [python3-mitogen](https://packages.debian.org/sid/python3-mitogen) and [ansible-mitogen](https://packages.debian.org/sid/ansible-mitogen). They carry a number of [patches](https://sources.debian.org/patches/python-mitogen/) to enable this. - What upstream changes here would make Debian's job easier? - What automated testing...
refs #1225
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_12.html#noteworthy-plugin-changes https://github.com/ansible/ansible/pull/83936
refs #1118
Before (line continuations added manually) The context label (`alex@kintha:`) and preamble length (18191) are encoded inside the base64 ```sh ssh -o LogLevel ERROR -o Compression yes -o ServerAliveInterval 15 -o...