Merge "Update bindep role defaults to be more sane"
This commit is contained in:
commit
ecd0d55ce1
@ -8,11 +8,12 @@ then install the missing packages.
|
||||
**Role Variables**
|
||||
|
||||
.. zuul:rolevar:: bindep_dir
|
||||
:default: .
|
||||
:default: {{ zuul.project.src_dir }}
|
||||
|
||||
The directory to look for bindep files in.
|
||||
|
||||
.. zuul:rolevar:: bindep_profile
|
||||
:default: test
|
||||
|
||||
A specific bindep profile to request.
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
---
|
||||
bindep_dir: .
|
||||
bindep_profile: ""
|
||||
bindep_dir: "{{ zuul.project.src_dir }}"
|
||||
bindep_profile: test
|
||||
|
Loading…
Reference in New Issue
Block a user