diff --git a/roles/openqa/server/tasks/main.yml b/roles/openqa/server/tasks/main.yml index 642218e001..fee737405f 100644 --- a/roles/openqa/server/tasks/main.yml +++ b/roles/openqa/server/tasks/main.yml @@ -32,26 +32,6 @@ # set, the server will use a local SQLite database and the other values # are ignored. -- name: Ensure DNF COPR plugin is available - dnf: pkg="dnf-command(copr)" state=present - tags: - - packages - -- name: Install openQA repo if needed - command: "dnf -y copr enable adamwill/openQA" - args: - creates: /etc/yum.repos.d/_copr_adamwill-openQA.repo - tags: - - config - -- name: Install openQA staging repo if needed - command: "dnf -y copr enable adamwill/openQA-stg" - args: - creates: /etc/yum.repos.d/_copr_adamwill-openQA-stg.repo - when: deployment_type == "stg" - tags: - - config - - name: Install required packages dnf: name={{ item }} state=present enablerepo=adamwill-openQA with_items: diff --git a/roles/openqa/worker/tasks/main.yml b/roles/openqa/worker/tasks/main.yml index 19a460d7a5..2afa7772fa 100644 --- a/roles/openqa/worker/tasks/main.yml +++ b/roles/openqa/worker/tasks/main.yml @@ -7,26 +7,6 @@ ## string - hostname of openQA server to run jobs for ## default - localhost -- name: Ensure DNF COPR plugin is available - dnf: pkg="dnf-command(copr)" state=present - tags: - - packages - -- name: Install openQA repo if needed - command: "dnf -y copr enable adamwill/openQA" - args: - creates: /etc/yum.repos.d/_copr_adamwill-openQA.repo - tags: - - config - -- name: Install openQA staging repo if needed - command: "dnf -y copr enable adamwill/openQA-stg" - args: - creates: /etc/yum.repos.d/_copr_adamwill-openQA-stg.repo - when: deployment_type == "stg" - tags: - - config - - name: Install packages dnf: name={{ item }} state=present enablerepo=adamwill-openQA with_items: