collections/requirements.yml support

* just like we support ansible-galaxy role install, support
ansible-galaxy collection install
This commit is contained in:
chris meyers
2019-07-18 14:44:59 -04:00
committed by AlanCoding
parent f1f57e45de
commit 4be65a0879
4 changed files with 40 additions and 1 deletions

View File

@@ -604,6 +604,11 @@ ALLOW_JINJA_IN_EXTRA_VARS = 'template'
# Note: This setting may be overridden by database settings.
AWX_ROLES_ENABLED = True
# Enable dynamically pulling collections from a requirement.yml file
# when updating SCM projects
# Note: This setting may be overridden by database settings.
AWX_COLLECTIONS_ENABLED = True
# Enable bubblewrap support for running jobs (playbook runs only).
# Note: This setting may be overridden by database settings.
AWX_PROOT_ENABLED = True