From f7e85c4d141fed853ad34d4368a93c6181ca0b2d Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 23 Oct 2025 10:18:37 +0200 Subject: [PATCH] feat: test with tags --- tasks/update.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/update.yaml b/tasks/update.yaml index 7465419..63969a1 100644 --- a/tasks/update.yaml +++ b/tasks/update.yaml @@ -3,6 +3,7 @@ # install updates - debian - name: "install updates - debian" when: 'ansible_os_family == "Debian"' + tags: "update" block: # install updates @@ -21,6 +22,7 @@ # install updates - rhel - name: "install updates - rhel" when: 'ansible_os_family == "RedHat"' + tags: "update" block: # install updates @@ -45,6 +47,7 @@ # install updates - suse - name: "install updates" when: 'ansible_os_family == "Suse"' + tags: "update" block: # install updates