diff --git a/roles/openqa/worker/tasks/main.yml b/roles/openqa/worker/tasks/main.yml index 0090b51a78..2da6077eaf 100644 --- a/roles/openqa/worker/tasks/main.yml +++ b/roles/openqa/worker/tasks/main.yml @@ -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