a1373c48c6
It is possible a job wants to use another profile the 'test'. As such, we can actually stop hardcoding this value and fall back to the defaults that ship in the bindep role. Change-Id: I6beb7b07a7dbc345e63e758ebbc86400e0ee16d3 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
7 lines
116 B
YAML
7 lines
116 B
YAML
- hosts: all
|
|
roles:
|
|
- role: bindep
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
- test-setup
|
|
- revoke-sudo
|