6f2ff3f1b8
This can cause problems where set_fact isn't able to override the variable when bindep is used with include_role and bindep_file is set as a variable in the include_role task. Change-Id: I3099f1802f2d30df1265a9abc11a53c923ed4832 |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
tasks | ||
README.rst |
Installs distro packages using bindep tool
Looks for a bindep.txt
in a project's source directory,
or failing that a other-requirements.txt
. If one exists,
run bindep
on the file to produce a list of required distro
packages that do not exist and then install the missing packages.
Role Variables
Path or list of paths to a specific bindep file(s) to read from.
Path to the bindep command. Defaults to unset which will look for a system installed bindep. If bindep_command is not found, bindep will be installed into a temporary virtualenv.
Path to a bindep fallback file to be used if no bindep file can be found in :zuul
bindep.bindep_dir
.