mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 18:10:17 +08:00
fixing typo in phabricator conf template
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"phd.pid-directory" : "/var/run/phabricator/",
|
||||
"phd.log-directory" : "/var/log/phabricator/",
|
||||
"phd.user" : "{{ phabricator_daemon_user }}",
|
||||
"storage.local-disk.path" : "{{ phabricator_file_dir }}",
|
||||
"storage.local-disk.path" : "{{ phabricator_filedir }}",
|
||||
"environment.append-paths" : ["/usr/libexec/git-core/"],
|
||||
"diffusion.ssh-user" : "{{ phabricator_vcs_user }}",
|
||||
"welcome.html" : "{{ lookup("file", "phabricator-welcome.html") }}",
|
||||
|
||||
Reference in New Issue
Block a user