From 122e0474975c36eedf1709a1c15f4cc2f70cce95 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 23 Oct 2025 10:27:39 +0200 Subject: [PATCH] feat: add more tags --- tasks/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yaml b/tasks/main.yaml index b8c48fa..8584627 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -2,8 +2,10 @@ # install updates - name: "install updates" + tags: "update" ansible.builtin.include_tasks: "update.yaml" # initiate reboot - name: "initiate reboot" + tags: "reboot" ansible.builtin.include_tasks: "reboot.yaml"