What's Changed
- #950 Fix Solaris/Illumos/SmartOS compatibility with become
- #1087 Fix
mitogen.core.StreamError
when Ansible template module is called with adest:
filename that has an extension - #1110 Fix
mitogen.core.StreamError
when Ansible copy module is called with a file larger than 124 kibibytes (ansible_mitogen.connection.Connection.SMALL_FILE_LIMIT
) - #905 Initial support for templated
ansible_ssh_args
,ansible_ssh_common_args
, andansible_ssh_extra_args
variables. NB: play or task scoped variables will probably still fail. - #694 CI: Fixed a race condition and some resource leaks causing some of intermittent failures when running the test suite.
New Contributors
Full Changelog: v0.3.9...v0.3.10