From ad26169a4dcc89e61fd1332b317c691dde2761ea Mon Sep 17 00:00:00 2001 From: vass Date: Mon, 13 Apr 2020 09:36:18 +0200 Subject: [PATCH] Use ensure-* roles The install-* roles in zuul-jobs have been renamed to ensure-*, follow the rename. Change-Id: Ia5dffd38399142d9f17a1123b3e4a46bdbca7662 --- playbooks/jeepyb-integration/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/jeepyb-integration/run.yaml b/playbooks/jeepyb-integration/run.yaml index 45cae55..888aa63 100644 --- a/playbooks/jeepyb-integration/run.yaml +++ b/playbooks/jeepyb-integration/run.yaml @@ -1,6 +1,6 @@ - hosts: all roles: - - name: install-docker + - name: ensure-docker tasks: # Configure Jeepyb and Gerritlib - name: Create jeepyb git directory