mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
removing config option that's causing problems
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
"environment.append-paths" : ["/usr/libexec/git-core/"],
|
||||
"diffusion.ssh-user" : "{{ phabricator_vcs_user }}",
|
||||
"diffusion.ssh-host" : "git.{{ external_hostname }}",
|
||||
"welcome.html" : "{{ lookup("file", "phabricator-welcome.html") }}",
|
||||
"ui.header-color" : "{{ phabricator_header_color }}",
|
||||
"metamta.default-address" : "phabricator@{{ phabricator_mail_domain }}",
|
||||
"metamta.domain" : "{{ phabricator_mail_domain }}",
|
||||
@@ -35,7 +34,7 @@
|
||||
"PhabricatorApplicationOAuthServer" : true,
|
||||
"PhabricatorApplicationPhortune" : true
|
||||
}
|
||||
{% if deployment_type == "qa-stg" %}
|
||||
{% if deployment_type == "qa-stg-ignore-for-now" %}
|
||||
,"load-libraries": {
|
||||
"ipsilonoauth": "/srv/phabricator-extension-ipsilonoauth/src"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user