ce-infra/roles/common/handlers/main.yml

6 lines
87 B
YAML

---
- name: Restart sshd
ansible.builtin.service:
name: ssh
state: restarted