mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
Move default show paths to production.py
This breaks the dev env
This commit is contained in:
@@ -589,10 +589,7 @@ GALAXY_IGNORE_CERTS = False
|
||||
|
||||
# Additional paths to show for jobs using process isolation.
|
||||
# Note: This setting may be overridden by database settings.
|
||||
AWX_ISOLATION_SHOW_PATHS = [
|
||||
'/etc/pki/ca-trust:/etc/pki/ca-trust:O',
|
||||
'/usr/share/pki:/usr/share/pki:O',
|
||||
]
|
||||
AWX_ISOLATION_SHOW_PATHS = []
|
||||
|
||||
# The directory in which the service will create new temporary directories for job
|
||||
# execution and isolation (such as credential files and custom
|
||||
|
||||
@@ -91,3 +91,8 @@ except IOError:
|
||||
DATABASES.setdefault('default', dict()).setdefault('OPTIONS', dict()).setdefault(
|
||||
'application_name', f'{CLUSTER_HOST_ID}-{os.getpid()}-{" ".join(sys.argv)}'[:63]
|
||||
) # noqa
|
||||
|
||||
AWX_ISOLATION_SHOW_PATHS = [
|
||||
'/etc/pki/ca-trust:/etc/pki/ca-trust:O',
|
||||
'/usr/share/pki:/usr/share/pki:O',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user