diff options
Diffstat (limited to 'roles/tinc/handlers')
-rw-r--r-- | roles/tinc/handlers/main.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/tinc/handlers/main.yml b/roles/tinc/handlers/main.yml new file mode 100644 index 0000000..fadb8d5 --- /dev/null +++ b/roles/tinc/handlers/main.yml @@ -0,0 +1,7 @@ +--- +# handlers file for uvok_tinc +- name: Apply Tinc config + listen: configure tinc + service: + name: "tinc@{{ tinc_netname }}" + state: restarted |