diff --git a/tasks/sshd_config.yml b/tasks/sshd_config.yml index 057e79a..8383391 100644 --- a/tasks/sshd_config.yml +++ b/tasks/sshd_config.yml @@ -4,7 +4,7 @@ - when: '"debian" == ansible_facts["distribution"]|lower and 12 <= ansible_facts["distribution_version"]|int' name: 'sshd_config.d/99-default.conf' template: - src: 'sshd-default.conf' + src: 'sshd-default.conf.j2' dest: '/etc/ssh/sshd_config.d/99-default.conf' owner: root group: root