47d14a33bd
* config: singular ANSIBLE_COLLECTIONS_PATH Every other *_PATH setting in ansible is singular, and the traditional $PATH variable is also singular despite containing a list of directories. Let's be consistent both internally and with POSIX tradition. * update all ANSIBLE_COLLECTIONS_PATHS env references to be singular * deprecate plural ANSIBLE_COLLECTIONS_PATHS setting
3 lines
150 B
YAML
3 lines
150 B
YAML
minor_changes:
|
|
- config - accept singular version of ``collections_path`` ini setting and
|
|
``ANSIBLE_COLLECTIONS_PATH`` environment variable setting
|