mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
Existing users can delete the old override file:
rm -r /etc/systemd/system/sshd.socket.d
Closes #92
6 lines
112 B
YAML
6 lines
112 B
YAML
---
|
|
- name: restart sshd
|
|
service:
|
|
name: sshd.service
|
|
state: restarted
|
|
when: ssh.enable_sshd == True
|