mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 13:36:02 -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:
@@ -69,7 +69,7 @@ CHANNEL_LAYERS = {
|
|||||||
|
|
||||||
# Absolute filesystem path to the directory to host projects (with playbooks).
|
# Absolute filesystem path to the directory to host projects (with playbooks).
|
||||||
# This directory should NOT be web-accessible.
|
# 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
|
# Absolute filesystem path to the directory for job status stdout
|
||||||
# This directory should not be web-accessible
|
# This directory should not be web-accessible
|
||||||
|
|||||||
Reference in New Issue
Block a user