ansible-ffibk/roles/service-tinc/handlers/main.yml

7 lines
102 B
YAML
Raw Normal View History

2017-09-29 13:32:20 +02:00
---
- name: restart systemd unit tinc
systemd:
name: tinc
enabled: yes
state: restarted