Use ensure-* roles

The install-* roles in zuul-jobs have been renamed to ensure-*, follow
the rename.

Change-Id: I1089398b91b9f26aeb876584256e0309aa36fb25
This commit is contained in:
vass 2020-04-13 09:25:24 +02:00 committed by Albin Vass
parent 5b6ee968b9
commit 4f182cf2b6
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
command: python3 -m pip install --user openshift
roles:
- role: clear-firewall
- role: install-podman
- role: install-kubernetes
- role: ensure-podman
- role: ensure-kubernetes
vars:
minikube_dns_resolvers:
- '1.1.1.1'