ansible/roles/tlshd/handlers/main.yml

5 lines
90 B
YAML

---
- name: Restart tlshd
ansible.builtin.service:
name: tlshd
state: restarted