mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Merge pull request #5120 from AlanCoding/var_lib
Move development PROJECTS_ROOT
Reviewed-by: Matthew Jones <mat@matburt.net>
https://github.com/matburt
This commit is contained in:
commit
edf0d4bf85
@ -69,7 +69,7 @@ CHANNEL_LAYERS = {
|
||||
|
||||
# Absolute filesystem path to the directory to host projects (with playbooks).
|
||||
# This directory should NOT be web-accessible.
|
||||
PROJECTS_ROOT = '/projects/'
|
||||
PROJECTS_ROOT = '/var/lib/awx/projects/'
|
||||
|
||||
# Absolute filesystem path to the directory for job status stdout
|
||||
# This directory should not be web-accessible
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user