Debian – ansible rsync with sudo passworded on remote host
Im trying to use synchronize with ansible and it uses rsync. I have this task : - name: Synchronization of src on the control machine to dest on the remote hosts become: yes ansible.posix.synchronize: src: ./ dest: "{{ var_app_path }}/"…