Files
portfolio/enterprise-infra-simulator/roles/hardening/handlers/main.yml
T

6 lines
88 B
YAML
Raw Normal View History

---
- name: restart sshd
ansible.builtin.service:
name: sshd
state: restarted