From 935c7c3c1c3c9eb26f9676adcc9790c0c3a68882 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 5 Jun 2020 15:44:27 +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 3e838f5..a0443f7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -71,7 +71,7 @@ follow: yes src: 'pleroma.service.j2' dest: '/etc/systemd/system/pleroma.service' - notify: Run service actions + notify: Restart services tags: - pleroma - systemd