From 38837b3a7c9186abe1db26db535eddda82f8ba84 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Thu, 11 Aug 2022 14:14:30 +0100 Subject: [PATCH] communishift: fixing variable being set in loop Signed-off-by: David Kirwan Signed-off-by: Lenka Segura Signed-off-by: Patrik Polakovic --- playbooks/manual/communishift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/communishift.yml b/playbooks/manual/communishift.yml index 9a160ac9ce..f0f43aa9c6 100644 --- a/playbooks/manual/communishift.yml +++ b/playbooks/manual/communishift.yml @@ -11,10 +11,10 @@ tasks: - name: Communishift Role with_items: "{{ communishift_projects }}" + communishift_efs_name: "{{ item }}" include_role: name: communishift tasks_from: main - communishift_efs_name: "{{ item }}" apply: tags: - create_efs