Merge pull request #27 from frenchtoasters/devel

adding fix for ansible collections path
This commit is contained in:
Shane McDonald
2020-09-25 09:41:37 -04:00
committed by GitHub

View File

@@ -34,7 +34,10 @@ data:
ALLOWED_HOSTS = ['*']
INTERNAL_API_URL = 'http://127.0.0.1:8052'
# Sets Ansible Collection path
AWX_ANSIBLE_COLLECTIONS_PATHS = '/var/lib/awx/vendor/awx_ansible_collections'
# Container environments don't like chroots
AWX_PROOT_ENABLED = False