From a6172b6b545dc65b08b5a623352b0df439f53e9b Mon Sep 17 00:00:00 2001 From: vass Date: Mon, 13 Apr 2020 09:31:59 +0200 Subject: [PATCH] Use ensure-* roles The install-* roles in zuul-jobs have been renamed to ensure-*, follow the rename. Change-Id: I329fc3e12624fe5cdae2b2e89506922014e70247 --- playbooks/container-images/pre.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/container-images/pre.yaml b/playbooks/container-images/pre.yaml index eac63ed..d5c60ea 100644 --- a/playbooks/container-images/pre.yaml +++ b/playbooks/container-images/pre.yaml @@ -1,7 +1,7 @@ - hosts: all roles: - - install-docker + - ensure-docker - hosts: all tasks: