mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Install and enable the srcfpo theme on src.stg.fp.o
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -26,6 +26,16 @@
|
||||
- pagure
|
||||
- packages
|
||||
|
||||
- name: install needed packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- pagure-theme-srcfpo
|
||||
when: env == 'staging'
|
||||
tags:
|
||||
- pagure
|
||||
- packages
|
||||
|
||||
|
||||
# Set-up stunnel for the event source server
|
||||
|
||||
#- name: install stunnel service definition
|
||||
|
||||
@@ -316,6 +316,7 @@ GITOLITE_CELERY_QUEUE = 'gitolite_queue'
|
||||
CASE_SENSITIVE = True
|
||||
|
||||
THEME_TEMPLATE_FOLDER = '/usr/share/pagure_dist_git/template/'
|
||||
THEME = 'srcfpo'
|
||||
|
||||
USER_ACLS = [
|
||||
'fork_project',
|
||||
|
||||
Reference in New Issue
Block a user