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
Dustin 2023-10-21 22:11:54 -05:00
parent 6a6765ac06
commit 7c6ed667be
1 changed files with 2 additions and 0 deletions

View File

@ -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