2f7ff89384
Some minor formatting things I noticed when reading through the page of role documentation. Change-Id: I2f94102badd83d82073df2dfb1e36a524c7b0686
17 lines
424 B
ReStructuredText
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.
|