
Currently the default ansible version is selected by the version of zuul itself. However we want to make this configurable per deployment (zuul.conf), tenant and job. Change-Id: Iccbb124ac7f7a8260c730fbc109ccfc1dec09f8b
15 lines
571 B
YAML
15 lines
571 B
YAML
---
|
|
features:
|
|
- |
|
|
Jobs may now specify which ansible version is used to run them.
|
|
The ansible version to use can now be specified by
|
|
:attr:`job.ansible-version`.
|
|
upgrade:
|
|
- |
|
|
In order to support several ansible versions installed simultaneously
|
|
Zuul now handles them itself in virtual environments. By default Zuul
|
|
installs the needed ansible versions on startup so there is no further
|
|
user action required. However it is recommended to pre-install the
|
|
ansible environments during installation by invoking
|
|
``zuul-manage-ansible``.
|