openqa: correct scratch repo config filename

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-04-30 12:38:48 -07:00
parent ba8c7b49ff
commit 26005bf805
4 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@
when: "openqa_scratch is defined"
- name: Write scratch build repo config
copy: src=scratchrepo.conf dest=/etc/yum.repos.d/scratchrepo.conf owner=root group=root mode=0644
copy: src=scratchrepo.repo dest=/etc/yum.repos.d/scratchrepo.repo owner=root group=root mode=0644
when: "openqa_scratch is defined"
- name: Delete scratch build repo config

View file

@ -58,7 +58,7 @@
when: "openqa_scratch is defined"
- name: Write scratch build repo config
copy: src=scratchrepo.conf dest=/etc/yum.repos.d/scratchrepo.conf owner=root group=root mode=0644
copy: src=scratchrepo.repo dest=/etc/yum.repos.d/scratchrepo.repo owner=root group=root mode=0644
when: "openqa_scratch is defined"
- name: Delete scratch build repo config