2016-01-20 23:34:45 +01:00
|
|
|
---
|
|
|
|
# handlers file for ansible-tftpd-hpa
|
2016-01-20 23:52:05 +01:00
|
|
|
- name: restart tftpd-hpa
|
|
|
|
service:
|
2018-09-12 04:07:50 +02:00
|
|
|
name: tftpd-hpa
|
2016-01-20 23:52:05 +01:00
|
|
|
state: restarted
|
2018-09-12 04:07:50 +02:00
|
|
|
become: true
|