diff --git a/changelogs/fragments/118-synchronize_bugfix.yml b/changelogs/fragments/118-synchronize_bugfix.yml new file mode 100644 index 0000000..1b888dc --- /dev/null +++ b/changelogs/fragments/118-synchronize_bugfix.yml @@ -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)." diff --git a/changelogs/fragments/120-synchronize_add_option.yml b/changelogs/fragments/120-synchronize_add_option.yml new file mode 100644 index 0000000..2db7cec --- /dev/null +++ b/changelogs/fragments/120-synchronize_add_option.yml @@ -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). diff --git a/changelogs/fragments/99-at_add_aix_support.yml b/changelogs/fragments/99-at_add_aix_support.yml new file mode 100644 index 0000000..da92789 --- /dev/null +++ b/changelogs/fragments/99-at_add_aix_support.yml @@ -0,0 +1,2 @@ +bugfixes: +- at - add AIX support (https://github.com/ansible-collections/ansible.posix/pull/99).