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:
@@ -2,6 +2,8 @@
|
||||
package:
|
||||
name=sudo
|
||||
state=present
|
||||
tags:
|
||||
- install
|
||||
|
||||
- name: ensure sudo group exists
|
||||
group:
|
||||
|
||||
Reference in New Issue
Block a user