From 4f11c7c090e42b5d59296d112014b6059ada689f Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 8 May 2026 08:34:40 +0200 Subject: [PATCH] style: remove trailing space --- tasks/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config.yaml b/tasks/config.yaml index a829ea1..ccd5b5f 100644 --- a/tasks/config.yaml +++ b/tasks/config.yaml @@ -16,7 +16,7 @@ # configure service for debian - name: "configure service for debian" when: "ansible_os_family == 'Debian'" - block: + block: # create systemd service - name: "create systemd service"