diff --git a/tasks/ssh.yml b/tasks/ssh.yml index 2d571c8..e18dfb7 100644 --- a/tasks/ssh.yml +++ b/tasks/ssh.yml @@ -1,5 +1,5 @@ --- -- name: Configure sudoers +- name: Copy sshd_config template: src: files/sshd_config dest: /etc/ssh/sshd_config