releng-compose: rawhide cron is a template

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-07-03 19:48:05 -07:00
parent 2a76cdf5a9
commit 079bb7a6b5

View file

@ -304,8 +304,8 @@
# put cron job in for rawhide compose
- name: Rawhide compose cron
ansible.builtin.copy:
src: rawhide
ansible.builtin.template:
src: rawhide.j2
dest: /etc/cron.d/rawhide
mode: "644"
when: inventory_hostname.startswith('compose-rawhide01.rdu3')