ansible/roles/desktop-zerotier/handlers/main.yml
Salt 39078538c5 Wrench Zerotier timeouts down and hopefully solve the timeout issue in general
Was having issues with it stalling shutdowns. Hopefully it was just a unit misconfig, but I've no remorse in just killing some network daemon on shutdown
2020-09-30 16:50:15 -05:00

10 lines
175 B
YAML

#!/usr/bin/ansible-playbook
# vim:ft=ansible:
---
- name: restart zerotier
systemd:
daemon_reload: yes
name: zerotier-one.service
state: restarted
become: yes