openqa/server: correct scratchrepo removal
d'oh. this has been broken for some time... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
14998a31d8
commit
1a537f38ce
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
file: path=/var/tmp/scratchrepo state=absent
|
||||
|
||||
- name: Delete old scratch build repo config
|
||||
file: path=/etc/yum.repos.d/scratchrepo.conf state=absent
|
||||
file: path=/etc/yum.repos.d/scratchrepo.repo state=absent
|
||||
|
||||
- name: Write lab side repo config
|
||||
copy: src=openqa-lab-repo.repo dest=/etc/yum.repos.d/openqa-lab-repo.repo owner=root group=root mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue