Files
community.general/lib/ansible/modules
Tobias Wolf bed78872f9 Synchronize: Document the private_key option (#32754)
`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 ...
2017-11-09 12:49:49 -05:00
..
2017-11-06 14:10:17 +01:00
2017-11-07 16:30:53 +01:00
2017-11-07 17:45:07 +01:00
2016-12-08 11:35:20 -05:00