mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
releng-compose: rawhide cron is a template
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user