r/sudo: Tag install tasks

Tasks that install packages need to be tagged as `install` so they can
be skipped by Jenkins daily runs.
chrony
Dustin 2023-10-21 22:12:34 -05:00
parent 7c6ed667be
commit d2eb61cce1
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
package: package:
name=sudo name=sudo
state=present state=present
tags:
- install
- name: ensure sudo group exists - name: ensure sudo group exists
group: group: