From 11318ca270400f90b92faae66eb2ed37ebdfd148 Mon Sep 17 00:00:00 2001 From: vass Date: Sun, 12 Apr 2020 10:23:54 +0200 Subject: [PATCH] Use ensure-* roles The install-* roles in zuul-jobs have been renamed to ensure-*, follow the rename. Change-Id: I9ca36000089f827f41d0590bac376602272cd766 --- playbooks/install-go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install-go.yaml b/playbooks/install-go.yaml index 4542e9e..a63b176 100644 --- a/playbooks/install-go.yaml +++ b/playbooks/install-go.yaml @@ -2,4 +2,4 @@ - hosts: all name: Install Go roles: - - install-go + - ensure-go