Add changelog fragment for synchronize become_user fix

This commit is contained in:
Scott Mcdermott 2021-05-12 01:00:47 -07:00
parent 0e6f8ab976
commit 6e60b0d454

View file

@ -0,0 +1,4 @@
---
bugfixes:
- synchronize - use become_user when invoking rsync on remote with sudo
(https://github.com/ansible-collections/ansible.posix/issues/186).