From 1d011d0afd98cec7beabd6436226978fb2b7d2df Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 5 Jun 2020 15:43:57 +0200 Subject: [PATCH] Separate service and config handlers --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index b3b402d..3d6e612 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -17,7 +17,7 @@ follow: yes src: 'darkhttpd.service.j2' dest: '/etc/systemd/system/darkhttpd.service' - notify: Run service actions + notify: Restart services tags: - darkhttpd - systemd