common/handlers/main.yml

7 lines
111 B
YAML
Raw Permalink Normal View History

2020-01-14 06:59:13 +00:00
---
2020-01-14 08:41:24 +00:00
- name: common | Restart SSH daemon
systemd:
daemon_reload: true
name: sshd
state: restarted