Install the pagure theme on stg.pagure.io

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-08-24 10:03:05 +02:00
parent d9be2c02ec
commit 62039a5ff1

View file

@ -23,6 +23,15 @@
- pagure
- packages
- name: install needed packages
package: name={{ item }} state=present
when: env == 'pagure-staging'
with_items:
- pagure-theme-pagureio
tags:
- pagure
- packages
- name: Initialize postgres if necessary
command: /usr/bin/postgresql-setup initdb
creates=/var/lib/pgsql/data