7 lines
71 B
YAML
7 lines
71 B
YAML
---
|
|
|
|
- name: restart ssh
|
|
systemd:
|
|
name: ssh
|
|
state: restarted
|