path to sshd-default.conf.j2 fixed

master
Denis Knauf 2024-01-14 21:38:50 +01:00
parent 2457fb76ee
commit cb299679bf
1 changed files with 1 additions and 1 deletions

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