deploy-base/roles/hardening/handlers/main.yml

5 lines
77 B
YAML
Raw Normal View History

2019-02-26 03:49:51 +00:00
---
- name: restart sshd
systemd: name=sshd state=restarted
2023-08-31 01:29:05 +00:00
become: true