openqa: enable openQA-stg COPR on staging hosts
This commit is contained in:
parent
1c36b33b89
commit
78755e7a36
2 changed files with 16 additions and 0 deletions
|
@ -44,6 +44,14 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: Install openQA staging repo if needed
|
||||||
|
command: "dnf -y copr enable adamwill/openQA-stg"
|
||||||
|
args:
|
||||||
|
creates: /etc/yum.repos.d/_copr_adamwill-openQA-stg.repo
|
||||||
|
when: deployment_type == "stg"
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
|
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
|
||||||
with_items:
|
with_items:
|
||||||
|
|
|
@ -19,6 +19,14 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: Install openQA staging repo if needed
|
||||||
|
command: "dnf -y copr enable adamwill/openQA-stg"
|
||||||
|
args:
|
||||||
|
creates: /etc/yum.repos.d/_copr_adamwill-openQA-stg.repo
|
||||||
|
when: deployment_type == "stg"
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
|
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue