diff options
| author | Adam Williamson <awilliam@redhat.com> | 2016-02-15 16:16:19 -0800 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2016-02-15 16:16:19 -0800 |
| commit | 7eacf03ebc2af1ac510e425c9a59c2a1f77d2b41 (patch) | |
| tree | f424f0e305a653ef6fc229b6f8d86d4b2865f109 /roles/openqa/worker | |
| parent | f6dc4b99823fb56ab977b459ef5192672c91821a (diff) | |
| download | ansible-7eacf03ebc2af1ac510e425c9a59c2a1f77d2b41.tar.gz ansible-7eacf03ebc2af1ac510e425c9a59c2a1f77d2b41.tar.xz ansible-7eacf03ebc2af1ac510e425c9a59c2a1f77d2b41.zip | |
drop use of COPR for openQA
all required packages except openqa itself are now in main repo,
openqa is in infra repo.
Diffstat (limited to 'roles/openqa/worker')
| -rw-r--r-- | roles/openqa/worker/tasks/main.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/roles/openqa/worker/tasks/main.yml b/roles/openqa/worker/tasks/main.yml index 19a460d7a..2afa7772f 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: |
