removing underscore from var name in attempt to fix ansible var lookup issue
This commit is contained in:
parent
af120e0a11
commit
d77696b82d
2 changed files with 4 additions and 4 deletions
|
@ -14,9 +14,9 @@ return array(
|
|||
'diffusion.ssh-user' => '{{ phabricator_vcs_user }}',
|
||||
'welcome.html' => '{{ lookup("file", "phabricator-welcome.html") }}',
|
||||
'ui.header-color' => '{{ phabricator_header_color }}',
|
||||
'metamta.default-address' => 'phab@{{ external_hostname }}',
|
||||
'metamta.domain' => '{{ external_hostname }}',
|
||||
'metamta.reply-handler-domain' => '{{ external_hostname }}',
|
||||
'metamta.default-address' => 'phab@{{ external-hostname }}',
|
||||
'metamta.domain' => '{{ external-hostname }}',
|
||||
'metamta.reply-handler-domain' => '{{ external-hostname }}',
|
||||
'metamta.mail-adapter' => '{{ 'PhabricatorMailImplementationPHPMailerLiteAdapter' if phabricator_mail_enabled else 'PhabricatorMailImplementationTestAdapter'}}',
|
||||
'phabricator.uninstalled-applications' => array(
|
||||
'PhabricatorApplicationPhame' => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue