zuul-jobs/roles/install-if-python
Tristan Cacqueray e2058a6b75 Fix deprecation warning of ansible-2.5
This change fixes this upcoming deprecation warning:

[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using
`result|skipped` instead use `result is skipped`. This feature will be removed
in version 2.9.

Change-Id: Ic0c93f2ea896ead76922694e6150882d8a280daf
2018-06-04 00:17:18 +00:00
..
defaults Add general sphinx and reno jobs and role 2017-11-20 17:59:28 -06:00
tasks Fix deprecation warning of ansible-2.5 2018-06-04 00:17:18 +00:00
README.rst Add general sphinx and reno jobs and role 2017-11-20 17:59:28 -06: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.