4cb0395d75
It's dangerous to allow a regular user to write into the source code of the services. The repositories are still writable, so that the development workflow can still use the ``--develop`` flag to make modifications. While here, remove the horribly outdated and broken ANSIBLE_INSTALL_ROOT. Change-Id: Id2e25dd57668d24a11dc2cd16eea2b607b7a3f16
14 lines
463 B
YAML
14 lines
463 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Modification to the Bifrost virtual environment (``/opt/stack/bifrost`` by
|
|
default) will now need ``sudo`` as the directory is now owned by root.
|
|
- |
|
|
The deprecated and non-functioning variable ``ANSIBLE_INSTALL_ROOT`` is
|
|
no longer supported.
|
|
fixes:
|
|
- |
|
|
The Bifrost virtual environment (``/opt/stack/bifrost`` by default) is no
|
|
longer owned (and thus writable) by the regular user that started the
|
|
installation.
|