ansible-role-tftp/handlers/main.yml

6 lines
94 B
YAML

---
- name: Restart tftpd
ansible.builtin.service:
name: tftpd-hpa
state: restarted