fce2ffb502
In the k8s integration job, run the install-kubernetes role in the pre-playbook since it is not (generally) the thing under test. Change-Id: Ib20cd12100f323f1eb262261394c4b180dc1f2cd
5 lines
79 B
YAML
5 lines
79 B
YAML
- hosts: all
|
|
roles:
|
|
- role: tox
|
|
tox_envlist: functional_kubernetes
|