infrastructure-as-code/roles/sshd-config/handlers/main.yml

6 lines
96 B
YAML
Raw Normal View History

2023-01-15 15:52:26 +00:00
---
- name: Restart sshd
ansible.builtin.service:
name: "{{ sshd }}"
state: restarted