c331093a3d
Bifrost requires Ansible Collections for certain tasks including enrollment of nodes. In order for bifrost playbooks to be able to utilise Ansible Collections, a symlink or an environment variable needs to point to their install path. This change adds creation of the symlink to the setup script and a corresponding documentation update. Change-Id: I07804a88ed11b0adb6c398743905725c6cdb90d4
12 lines
414 B
YAML
12 lines
414 B
YAML
---
|
|
features:
|
|
- |
|
|
Added creation of a symbolic link from $VENV/collections directory which
|
|
contains ansible collections to the playbooks subdirectory of bifrost.
|
|
This is done in the env-setup.sh script.
|
|
fixes:
|
|
- |
|
|
The addition of the symbolic link makes bifrost playbooks independent of
|
|
the ANSIBLE_COLLECTIONS_PATHS environment variable which wasn't reliably
|
|
set in some environments.
|