Files
dsk-iac/ansible/roles/security-settings/handlers/main.yml
2022-10-18 13:40:35 +09:00

7 lines
110 B
YAML
Executable File

---
- name: restart sshd
service:
name: "{{ ssh_service_name }}"
state: restarted
enabled: true