From d2eb61cce1b8069822ccbd5424900c2ca6b91299 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 21 Oct 2023 22:12:34 -0500 Subject: [PATCH] r/sudo: Tag install tasks Tasks that install packages need to be tagged as `install` so they can be skipped by Jenkins daily runs. --- roles/sudo/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/sudo/tasks/main.yml b/roles/sudo/tasks/main.yml index 1021a6c..027d6f4 100644 --- a/roles/sudo/tasks/main.yml +++ b/roles/sudo/tasks/main.yml @@ -2,6 +2,8 @@ package: name=sudo state=present + tags: + - install - name: ensure sudo group exists group: