openqa/worker: correct scratchrepo cleanup filename

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-05-06 15:08:54 -07:00
parent 74c879faba
commit a720ccac18

View file

@ -62,7 +62,7 @@
when: "openqa_scratch is defined"
- name: Delete scratch build repo config
file: path=/etc/yum.repos.d/scratchrepo.conf state=absent
file: path=/etc/yum.repos.d/scratchrepo.repo state=absent
when: "openqa_scratch is not defined"
- name: Install required packages