You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At that time, toad with docker uses 'copy:' module instead of 'synchronize:' module because docker connection in ansible does not support rsync that 'synchronize:' module uses. But performance point of view, rsync is better performance as following document: http://docs.ansible.com/ansible/copy_module.html#notes
Currently ansible-devel supprort rsync with docker at following PR. ansible/ansible#18145
After merging (i.e. official release), we should catch up with the changes.
The text was updated successfully, but these errors were encountered:
At that time, toad with docker uses 'copy:' module instead of 'synchronize:' module because docker connection in ansible does not support rsync that 'synchronize:' module uses. But performance point of view, rsync is better performance as following document:
http://docs.ansible.com/ansible/copy_module.html#notes
Currently ansible-devel supprort rsync with docker at following PR.
ansible/ansible#18145
After merging (i.e. official release), we should catch up with the changes.
The text was updated successfully, but these errors were encountered: