Merge branch 'master' into docs-master

docs-master
Alex Willmer 6 months ago
commit 7a9bec9aba

@ -1018,6 +1018,8 @@ Like the :ans:conn:`ssh` except connection delegation is supported.
* ``ansible_ssh_private_key_file``
* ``ansible_ssh_pass``, ``ansible_ssh_password``, ``ansible_password``
(default: assume passwordless)
* ``ansible_ssh_host_key_checking``, ``ansible_host_key_checking`` (default:
:data:`True`)
* ``ssh_args``, ``ssh_common_args``, ``ssh_extra_args``
* ``mitogen_mask_remote_name``: if :data:`True`, mask the identity of the
Ansible controller process on remote machines. To simplify diagnostics,

@ -33,6 +33,12 @@ Ansible + Mitogen will still work for now. Mitogen is considering alternatives
to strategy plugins under :gh:issue:`1278`.
v0.3.25b1 (2025-07-21)
----------------------
* :gh:issue:`1303` CI: Switch to archived Debian 10 (buster) apt repository
v0.3.25a3 (2025-07-02)
----------------------

@ -0,0 +1,4 @@
package_manager_repos:
- dest: /etc/apt/sources.list
content: |
deb http://archive.debian.org/debian buster main contrib non-free
Loading…
Cancel
Save