1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/wireguard/handlers/main.yml
Evangelos Foutras 72eb5d049e
Capitalize few more handler names that were missed
Fixes: 578b781966c4 ("Capitalize the handler name in handler invocations")
Fixes: 26f289b72bfb ("Capitalize the first letter of all task names")
2022-09-16 19:19:23 +03:00

11 lines
285 B
YAML

# https://github.com/systemd/systemd/issues/9627
- name: Delete wg0
command: networkctl delete wg0
register: result
failed_when: result.rc not in [0, 1]
listen: Reload wireguard
- name: Reload .network and .netdev files
command: networkctl reload
listen: Reload wireguard