Update INVENTORY_COLLECTIONS_ROOT in dev env settings

This commit is contained in:
Shane McDonald 2020-05-04 14:23:05 -04:00
parent b12c0def7d
commit a98887deb0
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -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