From 5d6fdd8bc54f53ba0940fc6e92ab85840a74d7bb Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 13 Jan 2019 23:42:14 +0100 Subject: [PATCH] dont use a list for notify if not required --- tasks/install.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/install.yml b/tasks/install.yml index 92ed8ae..34b4afa 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -96,8 +96,7 @@ src: "etc/systemd/system/unifi.service.j2" dest: "/etc/systemd/system/unifi.service" mode: 0644 - notify: - - __unifi_restart + notify: __unifi_restart - name: Ensure service is up and running systemd: