8 lines
118 B
YAML
8 lines
118 B
YAML
|
- hosts: all
|
||
|
name: Run dib functional tests
|
||
|
roles:
|
||
|
- bindep
|
||
|
- dib-setup-gate-mirrors
|
||
|
- dib-functests
|
||
|
|