bifrost/releasenotes/notes/interpreter-a6cd3a98e9cd239f.yaml
Dmitry Tantsur 28c08488a5 Remove unnecessary overrides of ansible_python_interpreter
Bifrost cannot operate in virtual environments without system site
packages, so overriding ansible_python_interpreter to system Python
is not necessary.

Document this limitations.

Change-Id: I669c4e248d23f65015533635ed09dcaf60f8f8f2
2020-09-07 17:33:03 +02:00

6 lines
142 B
YAML

---
issues:
- |
Because of Ansible dependencies Bifrost only works on virtual environments
created with ``--system-site-packages``.