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:
parent
8541e3931c
commit
ca0e747c8d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue