zuul-jobs/roles/ensure-python/README.rst
Ian Wienand 2f7ff89384 Python roles: misc doc updates
Some minor formatting things I noticed when reading through the page
of role documentation.

Change-Id: I2f94102badd83d82073df2dfb1e36a524c7b0686
2020-04-17 10:45:26 +02:00

17 lines
424 B
ReStructuredText

Ensure specified python interpreter and development files are installed
.. note:: This role is only available for Debian based platforms
currently.
**Role Variables**
.. zuul:rolevar:: python_version
Optional version of python interpreter to install, such as ``3.7``.
.. zuul:rolevar:: python_use_pyenv
:default: False
Whether to optionally use pyenv to install python instead of distro
packages.