diff options
| author | Adam Williamson <awilliam@redhat.com> | 2016-04-13 08:18:01 -0700 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2016-04-13 08:35:00 -0700 |
| commit | ca0e747c8d2c98a3dc0a6765c43ed29a7bf49dc4 (patch) | |
| tree | a1b223f1fe5101375a413ae1180421bfe0061f06 /roles/openqa/server/tasks | |
| parent | 8541e3931c5f75d9827639fb0a8525f18091eef0 (diff) | |
| download | ansible-ca0e747c8d2c98a3dc0a6765c43ed29a7bf49dc4.tar.gz ansible-ca0e747c8d2c98a3dc0a6765c43ed29a7bf49dc4.tar.xz ansible-ca0e747c8d2c98a3dc0a6765c43ed29a7bf49dc4.zip | |
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.
Diffstat (limited to 'roles/openqa/server/tasks')
| -rw-r--r-- | roles/openqa/server/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openqa/server/tasks/main.yml b/roles/openqa/server/tasks/main.yml index ddfb7dc68..7366486dc 100644 --- a/roles/openqa/server/tasks/main.yml +++ b/roles/openqa/server/tasks/main.yml @@ -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 |
