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
..
__init__.py
acl.py PEP 8 cleanup. (#20789) 2017-01-28 00:12:11 -08:00
archive.py archive docs formatting (#21454) 2017-02-15 11:24:05 +00:00
assemble.py Adds path type and remove expanduser 2017-02-13 12:05:40 -05:00
blockinfile.py Reminder that lookup(‘file’) can be used (#20649) 2017-02-07 13:57:49 +00:00
copy.py Avoid having module documentation links to itself (#21329) 2017-02-13 14:02:34 +00:00
fetch.py
file.py Avoid having module documentation links to itself (#21329) 2017-02-13 14:02:34 +00:00
find.py Fix incorrect wording in the 'find' module 'paths' parameter 2017-02-10 16:30:31 -05:00
ini_file.py Removes usage of expanduser due to type 'path' 2017-02-13 17:24:24 -05:00
lineinfile.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
patch.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
replace.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
stat.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
synchronize.py synchronize: quote private_key (#21570) 2017-02-17 14:18:41 +01:00
tempfile.py Avoid having module documentation links to itself (#21329) 2017-02-13 14:02:34 +00:00
template.py Fix typo in example (#21227) 2017-02-09 16:40:07 -08:00
unarchive.py Remove expanduser usage because of path type 2017-02-13 12:05:08 -05:00
xattr.py Consistent path attribute for file-related modules 2017-01-13 15:49:42 -05:00