openqa: correct scratch repo config filename
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ba8c7b49ff
commit
26005bf805
4 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue