From ef17865f1268c1bcd8fd36209b92884e4c162045 Mon Sep 17 00:00:00 2001 From: David Gries Date: Wed, 6 Dec 2023 20:29:39 +0100 Subject: [PATCH] Update deprecated collections path variable (#1648) remove deprecated 'ANSIBLE_COLLECTIONS_PATHS' variable --- roles/installer/templates/configmaps/config.yaml.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/installer/templates/configmaps/config.yaml.j2 b/roles/installer/templates/configmaps/config.yaml.j2 index 649f3dd4..b4536b39 100644 --- a/roles/installer/templates/configmaps/config.yaml.j2 +++ b/roles/installer/templates/configmaps/config.yaml.j2 @@ -54,9 +54,6 @@ data: 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