From 0c737b971f1b941c6225a63eaeb8db4972c1ce4d Mon Sep 17 00:00:00 2001 From: nono <np@laquadrature.net> Date: Tue, 19 Jan 2021 20:05:36 +0100 Subject: [PATCH] Fix typo. And that's a fail. --- tasks/configuration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/configuration.yml b/tasks/configuration.yml index 016779f..2addb35 100644 --- a/tasks/configuration.yml +++ b/tasks/configuration.yml @@ -31,7 +31,7 @@ daemon_reload: yes - name: Reload nginx - systemd: - state: reloaded - name: nginx - enabled: yes + systemd: + state: reloaded + name: nginx + enabled: yes -- GitLab