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:
Pierre-Yves Chibon 2020-05-20 11:46:57 +02:00
parent 85d6c77276
commit 66c4bb4a18

View file

@ -14,6 +14,25 @@
- libsemanage-python
- python-fedora-flask
- 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:
- pagure
- packages