r/system-auth: Tag install tasks
Tasks that install packages need to be tagged as `install` so they can be skipped by Jenkins daily runs.chrony
parent
6a6765ac06
commit
7c6ed667be
|
@ -24,6 +24,8 @@
|
|||
package:
|
||||
name={{ mkhomedir_pkg }}
|
||||
when: pam_mkhomedir
|
||||
tags:
|
||||
- install
|
||||
- name: ensure oddjobd starts at boot
|
||||
service:
|
||||
name=oddjobd
|
||||
|
|
Loading…
Reference in New Issue