From 551645652a5bbc5c3418a9a8b49b09334f0f91e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Thu, 3 Jun 2021 21:30:33 +0200 Subject: [PATCH] Syntax fix --- tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 2e15e79..b48703a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -31,8 +31,7 @@ owner: root group: root mode: 0644 - notify: - - restart limesurvey + notify: restart limesurvey - name: Copy nginx config copy: -- GitLab