zuul-jobs/roles/ensure-if-python
vass c0b358fedb Rename install-if-python to ensure-if-python for consistency
The old role will be kept and include ensure-if-python for backwards-compatability.

Change-Id: Ief86799bcd91358d3ce8b6badda272a26ee04002
2020-04-04 15:41:29 -04:00
..
defaults Rename install-if-python to ensure-if-python for consistency 2020-04-04 15:41:29 -04:00
tasks Rename install-if-python to ensure-if-python for consistency 2020-04-04 15:41:29 -04:00
README.rst Rename install-if-python to ensure-if-python for consistency 2020-04-04 15:41:29 -04:00

README.rst

Install the contents of a directory if they contain a python project.

Installs into a virtualenv.

Role Variables

Flag that indicates installation errors should result in failure. Failures in installing the target directory are ignored by default.

Optional path to a pip constraints file to use when installing.