ansible-role-tftpd-hpa/handlers/main.yml
Larry Smith Jr 65dab3decb Added handler
Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com>
2016-01-20 17:52:05 -05:00

6 lines
122 B
YAML

---
# handlers file for ansible-tftpd-hpa
- name: restart tftpd-hpa
service:
name: "tftpd-hpa"
state: restarted