openQA: install from stable for now
flippy flippy...u-t packages are untested, don't want them getting to stable.
This commit is contained in:
parent
b72309e655
commit
ff4da55373
1 changed files with 6 additions and 3 deletions
|
@ -60,8 +60,11 @@
|
|||
shell: /sbin/nologin
|
||||
when: "openqa_static_uid is defined"
|
||||
|
||||
- name: Install required packages (testing)
|
||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||
# this is separate from the step below so we can easily flip it between
|
||||
# stable and testing
|
||||
- name: Install openQA packages
|
||||
# dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||
dnf: name={{ item }} state=present
|
||||
with_items:
|
||||
- openqa
|
||||
- openqa-httpd
|
||||
|
@ -69,7 +72,7 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: Install required packages
|
||||
- name: Install various other required packages
|
||||
dnf: name={{ item }} state=present
|
||||
with_items:
|
||||
- libselinux-python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue