mg
e1c3bebcd9
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#227 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
7 lines
115 B
YAML
7 lines
115 B
YAML
---
|
|
- name: restart sshd
|
|
become: yes
|
|
systemd:
|
|
name: sshd
|
|
enabled: yes
|
|
state: restarted
|