mg
4e71b78109
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#330 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
6 lines
96 B
YAML
6 lines
96 B
YAML
---
|
|
- name: restart_sshd
|
|
become: yes
|
|
systemd:
|
|
name: sshd
|
|
state: restarted
|