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
107 B
YAML
Raw Normal View History

2018-07-16 22:26:00 +00:00
---
2018-07-19 21:53:16 +00:00
- name: restart wireguard
service:
name: "wg-quick@{{wireguard_interface}}"
state: restarted