ansible/roles/tftp/handlers/main.yml

5 lines
96 B
YAML

---
- name: Restart tftpd
ansible.builtin.systemd:
name: tftp.socket
state: restarted