Update deprecated collections path variable (#1648)
Some checks failed
CI / molecule (--skip-tags=replicas) (push) Failing after 2m19s
CI / molecule (-t replicas) (push) Failing after 4m10s
CI / helm (push) Failing after 6m48s
CI / no-log (push) Successful in 22s

remove deprecated 'ANSIBLE_COLLECTIONS_PATHS' variable
This commit is contained in:
David Gries
2023-12-06 20:29:39 +01:00
committed by GitHub
parent d5fd5d3819
commit ef17865f12

View File

@@ -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