Files
community.general/lib/ansible/modules/files
Evgeni Golov d3d1aa2dca synchronize: quote private_key (#21570)
otherwise rsync will fail when trying to access a key with spaces:

fatal: [default]: FAILED! => {"changed": false, "cmd": "/usr/bin/rsync --delay-updates -F --compress --archive --rsh 'ssh -i /home/user/Some Folder/.vagrant/machines/default/libvirt/private_key -S none -o StrictHostKeyChecking=no -o Port=22' --out-format='<<CHANGED>>%i %n%L' \"/etc/issue\" \"vagrant@192.168.121.10:/tmp/issue2\"", "failed": true, "msg": "Warning: Identity file /home/user/Some not accessible: No such file or directory.\nssh: Could not resolve hostname folder/.vagrant/machines/default/libvirt/private_key: No address associated with hostname\r\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at io.c(226) [sender=3.1.2]\n", "rc": 255}
2017-02-17 14:18:41 +01:00
..
2016-12-08 11:22:22 -05:00
2017-01-28 00:12:11 -08:00
2017-02-15 11:24:05 +00:00
2016-12-08 11:25:35 -05:00
2017-01-29 07:28:53 +00:00
2017-01-27 17:08:02 -08:00
2017-02-02 11:45:22 -08:00
2017-01-29 07:28:53 +00:00
2017-02-09 16:40:07 -08:00