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
parent
7c6ed667be
commit
d2eb61cce1
|
@ -2,6 +2,8 @@
|
|||
package:
|
||||
name=sudo
|
||||
state=present
|
||||
tags:
|
||||
- install
|
||||
|
||||
- name: ensure sudo group exists
|
||||
group:
|
||||
|
|
Loading…
Reference in New Issue