Taskotron-imagefactory: schedule the first images pull asynchronously
This commit is contained in:
parent
f01bc667e5
commit
6467301a20
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
template: src=config.ini.j2 dest=/etc/taskotron_base_images/config.ini owner=root group=root mode=0644
|
||||
|
||||
- name: Download/update images
|
||||
command: '/var/lib/fedoraqa/base_images/process_for_taskotron.py --taskotrondir {{imagesdir}}'
|
||||
command: 'at now + 1 min <<< "/var/lib/fedoraqa/base_images/process_for_taskotron.py --taskotrondir {{imagesdir}}"'
|
||||
|
||||
- name: Create cronjob to download new images
|
||||
cron:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue