mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Fixes: 578b781966c4 ("Capitalize the handler name in handler invocations") Fixes: 26f289b72bfb ("Capitalize the first letter of all task names")
11 lines
285 B
YAML
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
|