zuul/releasenotes/notes/ansible-2.8-default-version-43754b72b3dd2897.yaml
Paul Belanger 5c1a941f8f Add upgrade note about ansible_python_interpreter
Under ansible 2.8, ansible_python_interpreter now defaults to auto. This
could break some users playbooks. Lets add an upgrade note.

Change-Id: Ia7c36ed364f553e4c30347c72cde59879f5ac5d9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-12-10 15:34:34 -05:00

15 lines
585 B
YAML

---
upgrade:
- |
The default version of Ansible used by Zuul jobs has been changed to 2.8.
See :attr:`job.ansible-version` for more information.
- |
As a result of switching to Ansible 2.8, it is possible for the
ansible_python_interpreter version of your nodeset to change to 'auto'.
This could result in your jobs now running under a different version of
python than prior to this release. See :ref:`ansible-and-python-3` for
additional info.
- |
Ansible 2.6 for Zuul jobs has been marked deprecated and will be removed in
a future release.