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
|
shell: /sbin/nologin
|
||||||
when: "openqa_static_uid is defined"
|
when: "openqa_static_uid is defined"
|
||||||
|
|
||||||
- name: Install required packages (testing)
|
# this is separate from the step below so we can easily flip it between
|
||||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
# stable and testing
|
||||||
|
- name: Install openQA packages
|
||||||
|
# dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||||
|
dnf: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- openqa
|
- openqa
|
||||||
- openqa-httpd
|
- openqa-httpd
|
||||||
|
@ -69,7 +72,7 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: Install required packages
|
- name: Install various other required packages
|
||||||
dnf: name={{ item }} state=present
|
dnf: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- libselinux-python
|
- libselinux-python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue