Skip to content

Commit

Permalink
update deprecated collections path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
justsomescripts committed Nov 24, 2023
1 parent e6b1108 commit 3f29531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/installer/templates/configmaps/config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ 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'
AWX_ANSIBLE_COLLECTIONS_PATH = '/var/lib/awx/vendor/awx_ansible_collections'

# Container environments don't like chroots
AWX_PROOT_ENABLED = False
Expand Down

0 comments on commit 3f29531

Please sign in to comment.