diff --git a/awx/settings/local_settings.py.docker_compose b/awx/settings/local_settings.py.docker_compose index 301b7a9dfe..b59a3217f2 100644 --- a/awx/settings/local_settings.py.docker_compose +++ b/awx/settings/local_settings.py.docker_compose @@ -53,7 +53,7 @@ if "pytest" in sys.modules: PROJECTS_ROOT = '/var/lib/awx/projects/' # Location for cross-development of inventory plugins -# INVENTORY_COLLECTIONS_ROOT = '/awx_devel/awx/plugins/collections' +INVENTORY_COLLECTIONS_ROOT = '/vendor/inventory_collections' # Absolute filesystem path to the directory for job status stdout # This directory should not be web-accessible