--- - hosts: all become: yes become_method: sudo tasks: - name: copy ssh_known_hosts copy: src: ssh_known_hosts dest: /etc/ssh/ssh_known_hosts