path to sshd-default.conf.j2 fixed
This commit is contained in:
parent
2457fb76ee
commit
cb299679bf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue