From 32500541e62d96a71a3cd434b216223791efb981 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Thu, 11 Aug 2022 14:21:35 +0100 Subject: [PATCH] communishift: debugging with_items loop Signed-off-by: David Kirwan Signed-off-by: Lenka Segura Signed-off-by: Patrik Polakovic --- playbooks/manual/communishift.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/manual/communishift.yml b/playbooks/manual/communishift.yml index f0f43aa9c6..7ce804d466 100644 --- a/playbooks/manual/communishift.yml +++ b/playbooks/manual/communishift.yml @@ -11,13 +11,14 @@ tasks: - name: Communishift Role with_items: "{{ communishift_projects }}" - communishift_efs_name: "{{ item }}" include_role: name: communishift tasks_from: main apply: tags: - create_efs + vars: + communishift_efs_name: "{{ item }}" vars: communishift_projects: - communishift-dev-test