Reverting last taskotron-imagefactory changes
This commit is contained in:
parent
687e288601
commit
6ee82ca6df
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
||||||
- python-libguestfs
|
- python-libguestfs
|
||||||
- libguestfs-tools
|
- libguestfs-tools
|
||||||
- qemu-img
|
- qemu-img
|
||||||
- at
|
|
||||||
|
|
||||||
- name: create directory for git clone
|
- name: create directory for git clone
|
||||||
file: path=/var/lib/fedoraqa state=directory owner=root group=root mode=1755
|
file: path=/var/lib/fedoraqa state=directory owner=root group=root mode=1755
|
||||||
|
@ -27,7 +26,7 @@
|
||||||
template: src=config.ini.j2 dest=/etc/taskotron_base_images/config.ini owner=root group=root mode=0644
|
template: src=config.ini.j2 dest=/etc/taskotron_base_images/config.ini owner=root group=root mode=0644
|
||||||
|
|
||||||
- name: Download/update images
|
- name: Download/update images
|
||||||
at: command="/var/lib/fedoraqa/base_images/process_for_taskotron.py --taskotrondir {{imagesdir}}" count=1 units="minutes" unique="yes"
|
command: '/var/lib/fedoraqa/base_images/process_for_taskotron.py --taskotrondir {{imagesdir}}'
|
||||||
|
|
||||||
- name: Create cronjob to download new images
|
- name: Create cronjob to download new images
|
||||||
cron:
|
cron:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue