From edb11093314f2978e30320ca154a96427e285525 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 23 Oct 2025 10:10:13 +0200 Subject: [PATCH] fix(ci): trailing spaces --- tasks/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yaml b/tasks/main.yaml index d8c70e1..d7e5211 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -2,14 +2,14 @@ # install updates - name: "install updates" - tags: + tags: - "update" - "never" ansible.builtin.include_tasks: "update.yaml" # initiate reboot - name: "initiate rboot" - tags: + tags: - "reboot" - "never" ansible.builtin.include_tasks: "reboot.yaml"