From 61962d082f4576cf2d5caf5b61be5a4145e2e285 Mon Sep 17 00:00:00 2001 From: toast Date: Thu, 17 Sep 2020 17:24:54 -0400 Subject: [PATCH] adding fix for ansible collections path --- roles/awx/templates/tower_config.yaml.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/awx/templates/tower_config.yaml.j2 b/roles/awx/templates/tower_config.yaml.j2 index 9ae4152a..ebb305b6 100644 --- a/roles/awx/templates/tower_config.yaml.j2 +++ b/roles/awx/templates/tower_config.yaml.j2 @@ -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