ansible-role-tftpd-hpa/handlers/main.yml

7 lines
122 B
YAML
Raw Normal View History

2016-01-20 23:34:45 +01:00
---
# handlers file for ansible-tftpd-hpa
- name: restart tftpd-hpa
service:
name: "tftpd-hpa"
state: restarted