releng-compose: rawhide cron is a template
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2a76cdf5a9
commit
079bb7a6b5
1 changed files with 2 additions and 2 deletions
|
@ -304,8 +304,8 @@
|
||||||
|
|
||||||
# put cron job in for rawhide compose
|
# put cron job in for rawhide compose
|
||||||
- name: Rawhide compose cron
|
- name: Rawhide compose cron
|
||||||
ansible.builtin.copy:
|
ansible.builtin.template:
|
||||||
src: rawhide
|
src: rawhide.j2
|
||||||
dest: /etc/cron.d/rawhide
|
dest: /etc/cron.d/rawhide
|
||||||
mode: "644"
|
mode: "644"
|
||||||
when: inventory_hostname.startswith('compose-rawhide01.rdu3')
|
when: inventory_hostname.startswith('compose-rawhide01.rdu3')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue