#2073 - Support setting to prevent Tower from pulling from requirements.yml files for an SCM project

This commit is contained in:
John Westcott IV
2018-07-17 13:03:47 -04:00
parent f0707ad701
commit 0ba8022eac
6 changed files with 26 additions and 1 deletions

View File

@@ -77,6 +77,11 @@ CELERYD_LOG_COLOR = True
CALLBACK_QUEUE = "callback_tasks"
# Enable dynamically pulling roles from a requirement.yml file
# when updating SCM projects
# Note: This setting may be overridden by database settings.
AWX_ROLES_ENABLED = True
# Enable PROOT for tower-qa integration tests.
# Note: This setting may be overridden by database settings.
AWX_PROOT_ENABLED = True