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:
|
package:
|
||||||
name={{ mkhomedir_pkg }}
|
name={{ mkhomedir_pkg }}
|
||||||
when: pam_mkhomedir
|
when: pam_mkhomedir
|
||||||
|
tags:
|
||||||
|
- install
|
||||||
- name: ensure oddjobd starts at boot
|
- name: ensure oddjobd starts at boot
|
||||||
service:
|
service:
|
||||||
name=oddjobd
|
name=oddjobd
|
||||||
|
|
Loading…
Reference in New Issue