mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user