Use ensure-* roles

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

Change-Id: I9ca36000089f827f41d0590bac376602272cd766
This commit is contained in:
vass 2020-04-12 10:23:54 +02:00
parent 55f07e1b25
commit 11318ca270
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
- hosts: all
name: Install Go
roles:
- install-go
- ensure-go