mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
`synchronize` has supported the `private_key` option for a long time, apparently. But for some reason it was never documented. Today I managed to workaround the synchronize quoting bug by just using ``` private_key: /path/to/id_rsa ``` instead of ``` rsync_opts: - "--rsh 'ssh -i /path/to/id_rsa'" ``` So, I'll just go ahead and document this useful option ...