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

5 lines
77 B
YAML
Raw Normal View History

2019-02-25 21:49:51 -06:00
---
- name: restart sshd
systemd: name=sshd state=restarted
2023-08-30 20:29:05 -05:00
become: true