Install the pagure theme on stg.pagure.io
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
d9be2c02ec
commit
62039a5ff1
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue