self-hosting/roles/tinc/handlers/main.yml

15 lines
205 B
YAML
Raw Normal View History

2018-09-18 04:00:12 +02:00
---
- name: restart tinc
systemd:
name: "{{ item }}"
state: restarted
with_items:
- tinc
- name: reload tinc
systemd:
name: "{{ item }}"
state: reloaded
with_items:
- tinc