openqa: drop some stray enablerepos for the old COPR

the COPR stuff is long gone so these weren't doing anything,
they just got left around by accident.
This commit is contained in:
Adam Williamson 2016-04-13 08:18:01 -07:00
parent 8541e3931c
commit ca0e747c8d
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@
# - packages
- name: Install required packages
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
dnf: name={{ item }} state=present
with_items:
- libselinux-python
- git

View file

@ -8,7 +8,7 @@
## default - localhost
- name: Install packages
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
dnf: name={{ item }} state=present
with_items:
- openqa-worker
- libselinux-python