path to sshd-default.conf.j2 fixed

This commit is contained in:
Denis Knauf 2024-01-14 21:38:50 +01:00
parent 2457fb76ee
commit cb299679bf

View file

@ -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