From f854cca17d66b6be756bcc26b5ef555f5963790e Mon Sep 17 00:00:00 2001 From: s-hertel <19572925+s-hertel@users.noreply.github.com> Date: Fri, 3 Mar 2023 15:02:53 -0500 Subject: [PATCH] add a changelog --- changelogs/fragments/421-remove-deprecation-warning.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/421-remove-deprecation-warning.yml diff --git a/changelogs/fragments/421-remove-deprecation-warning.yml b/changelogs/fragments/421-remove-deprecation-warning.yml new file mode 100644 index 0000000..5224f1e --- /dev/null +++ b/changelogs/fragments/421-remove-deprecation-warning.yml @@ -0,0 +1,2 @@ +trivial: + - synchronize - instantiate the connection plugin without the ``new_stdin`` argument, which is deprecated in ansible-core 2.15 (https://github.com/ansible-collections/ansible.posix/pull/421).