r/sudo: Tag install tasks

Tasks that install packages need to be tagged as `install` so they can
be skipped by Jenkins daily runs.
This commit is contained in:
2023-10-21 22:12:34 -05:00
parent 7c6ed667be
commit d2eb61cce1

View File

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