Added handler

Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com>
This commit is contained in:
Larry Smith Jr 2016-01-20 17:52:05 -05:00
parent 541646f19c
commit 65dab3decb

View file

@ -1,2 +1,6 @@
--- ---
# handlers file for ansible-tftpd-hpa # handlers file for ansible-tftpd-hpa
- name: restart tftpd-hpa
service:
name: "tftpd-hpa"
state: restarted