--- - name: Copy to var-www on hosts hosts: all gather_facts: false tasks: - ansible.posix.synchronize: src: _site/ dest: /var/www/html/lpdu delete: true group: false perms: false rsync_timeout: 10 times: false