- name: Update sshd_config ansible.builtin.copy: src: sshd_config dest: /etc/ssh/sshd_config owner: root group: root mode: 0644 notify: Restart sshd