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:
Adam Williamson 2017-01-31 17:27:44 +01:00
parent b72309e655
commit ff4da55373

View file

@ -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