diff --git a/roles/container/tasks/ssh.yml b/roles/container/tasks/ssh.yml index d259660..62c085a 100644 --- a/roles/container/tasks/ssh.yml +++ b/roles/container/tasks/ssh.yml @@ -19,5 +19,5 @@ - name: sshd.service.d file: path=/etc/systemd/system/sshd.service.d/ state=directory - name: ssh service KillMode - copy: src=sshd-killmode.conf dest=/etc/systemd/system/sshd.service.d/killmode.conf + copy: src=sshd-killmode.conf dest=/etc/systemd/system/sshd@.service.d/killmode.conf notify: Reload systemd