serverctl/infrastructure/create-resources/ansible/roles/wireguard/mesh/handlers/main.yml
kjuulh 1663a469c2
All checks were successful
continuous-integration/drone/push Build is passing
Add wireguard
2022-02-24 13:57:19 +01:00

7 lines
125 B
YAML

---
- name: systemd network restart
service:
name: systemd-networkd
state: restarted
enabled: yes
become: yes