3
0
Fork 0
This repository has been archived on 2020-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-wireguard/handlers/main.yml

6 lines
109 B
YAML

---
- name: restart wireguard
service:
name: "wg-quick@{{ wireguard_interface }}"
state: restarted