6 lines
122 B
YAML
6 lines
122 B
YAML
---
|
|
# handlers file for ansible-tftpd-hpa
|
|
- name: restart tftpd-hpa
|
|
service:
|
|
name: "tftpd-hpa"
|
|
state: restarted
|