distgit/pagure: install different packages in stg vs prod
Since we're currently rebuilding stg on rhel8 while prod is still rhel7 Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
85d6c77276
commit
66c4bb4a18
1 changed files with 19 additions and 0 deletions
|
@ -14,6 +14,25 @@
|
||||||
- libsemanage-python
|
- libsemanage-python
|
||||||
- python-fedora-flask
|
- python-fedora-flask
|
||||||
- pagure-dist-git
|
- pagure-dist-git
|
||||||
|
when: env != "staging"
|
||||||
|
tags:
|
||||||
|
- pagure
|
||||||
|
- packages
|
||||||
|
|
||||||
|
- name: install needed packages
|
||||||
|
package: name={{ item }} state=present
|
||||||
|
with_items:
|
||||||
|
- pagure
|
||||||
|
- pagure-ev
|
||||||
|
- pagure-logcom
|
||||||
|
- pagure-milters
|
||||||
|
- pagure-webhook
|
||||||
|
- python3-psycopg2
|
||||||
|
- redis
|
||||||
|
- libsemanage-python
|
||||||
|
- python3-fedora-flask
|
||||||
|
- pagure-dist-git
|
||||||
|
when: env == "staging"
|
||||||
tags:
|
tags:
|
||||||
- pagure
|
- pagure
|
||||||
- packages
|
- packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue