mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
The user variable defaults to None, and was being passed in as a user named None. This was breaking rsync unless a specific user was set. Fixes 16306