[sshd] Disable automatic removal of stale sockets
parent
3f8cdcf29d
commit
14948d3d54
|
@ -43,7 +43,7 @@
|
||||||
dest: /etc/ssh/sshd_config
|
dest: /etc/ssh/sshd_config
|
||||||
regexp: ^StreamLocalBindUnlink
|
regexp: ^StreamLocalBindUnlink
|
||||||
line: "StreamLocalBindUnlink yes # Enable automatic removal of stale sockets"
|
line: "StreamLocalBindUnlink yes # Enable automatic removal of stale sockets"
|
||||||
state: present
|
state: absent
|
||||||
|
|
||||||
- name: Restart sshd
|
- name: Restart sshd
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Reference in New Issue