ansible-ffibk/roles/service-tinc/handlers/main.yml
2017-10-02 11:15:58 +02:00

13 lines
205 B
YAML

---
- name: configure systemd unit tinc
systemd:
name: tinc
enabled: yes
daemon_reload: yes
- name: restart systemd unit tinc
systemd:
name: tinc
enabled: yes
state: restarted