Add missed changelog fragments

This commit is contained in:
Andrew Klychkov 2021-03-08 10:02:48 +01:00
parent 252b531c20
commit d65a36e9ea
3 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
"- synchronize - do not prepend PWD when path is in form user@server:path or server:path (https://github.com/ansible-collections/ansible.posix/pull/118)."

View file

@ -0,0 +1,2 @@
minor_changes:
- synchronize - add the ``ssh_connection_multiplexing`` option to allow SSH connection multiplexing (https://github.com/ansible/ansible/issues/24365).

View file

@ -0,0 +1,2 @@
bugfixes:
- at - add AIX support (https://github.com/ansible-collections/ansible.posix/pull/99).