Did a git pull that rebased everything to shift to the collection stuff.
https://docs.ansible.com/ansible/latest/user_guide/collections_using.html talks about
Galaxy server (as listed in the ansible.cfg
file under GALAXY_SERVER)
COLLECTIONS_PATHS, as this is where Ansible itself will expect to find collections.
Found a lot of this information at https://docs.ansible.com/ansible/latest/reference_appendices/config.html#galaxy-server
Will the ./examples/ansible.cfg be updated to reflect these new variables?
Given I like to do a lot of stuff in the devel branch and my ansible.cfg is based off the ./examples/ansible.cfg it would be helpful to get the boilerplate variables into the ./examples/ansible.cfg even if they are commented out (like many variables are).