remove deprecated internal argument from synchronize (#421)

* remove deprecated internal argument from synchronize

the new_stdin argument is no longer used to instantiate a connection plugin

* add a changelog
This commit is contained in:
Sloane Hertel
2024-01-11 15:24:45 -05:00
committed by GitHub
parent 0847977d12
commit e929aad539
2 changed files with 7 additions and 4 deletions

View File

@@ -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).