You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
327 B
YAML

---
- name: reassemble wireguard config
make:
chdir: "{{ global_wireguard_configuration_environment_directory }}"
target: "{{ global_wireguard_configuration_link_name }}/wireguard.cfg"
notify:
- reload wireguard interface
- name: reload wireguard interface
systemd:
name: wireguard
state: restarted