From b5cd08ae67fd81629f3fcc0753a95c0f87049f5d Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Mon, 28 Sep 2020 01:33:02 +0200 Subject: [PATCH] playbooks/wireguard: Reformatted notify to support multiple handlers --- playbooks/wireguard.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/wireguard.yml b/playbooks/wireguard.yml index c494462..73e953f 100644 --- a/playbooks/wireguard.yml +++ b/playbooks/wireguard.yml @@ -33,4 +33,5 @@ become: no command: /bin/true delegate_to: localhost - notify: reassemble wireguard config + notify: + - reassemble wireguard config