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

8 lines
135 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:
2018-09-12 04:07:50 +02:00
name: tftpd-hpa
state: restarted
2018-09-12 04:07:50 +02:00
become: true