update help text for changes to AWX_PROOT_BASE_PATH

see: #3472
This commit is contained in:
Ryan Petrello
2017-07-05 14:08:11 -04:00
parent 0a5b9c458b
commit d9fcefa7ad
2 changed files with 7 additions and 3 deletions

View File

@@ -594,7 +594,9 @@ AWX_PROOT_SHOW_PATHS = []
# Number of jobs to show as part of the job template history
AWX_JOB_TEMPLATE_HISTORY = 10
# The directory in which bubblewrap will create new temporary directories for its root
# The directory in which Tower will create new temporary directories for job
# execution and isolation (such as credential files and custom
# inventory scripts).
# Note: This setting may be overridden by database settings.
AWX_PROOT_BASE_PATH = "/tmp"