communishift: fixing variable being set in loop
Signed-off-by: David Kirwan <dkirwan@redhat.com> Signed-off-by: Lenka Segura <lsegura@redhat.com> Signed-off-by: Patrik Polakovic <ppolakov@redhat.com>
This commit is contained in:
parent
d1725907c7
commit
38837b3a7c
1 changed files with 1 additions and 1 deletions
|
@ -11,10 +11,10 @@
|
||||||
tasks:
|
tasks:
|
||||||
- name: Communishift Role
|
- name: Communishift Role
|
||||||
with_items: "{{ communishift_projects }}"
|
with_items: "{{ communishift_projects }}"
|
||||||
|
communishift_efs_name: "{{ item }}"
|
||||||
include_role:
|
include_role:
|
||||||
name: communishift
|
name: communishift
|
||||||
tasks_from: main
|
tasks_from: main
|
||||||
communishift_efs_name: "{{ item }}"
|
|
||||||
apply:
|
apply:
|
||||||
tags:
|
tags:
|
||||||
- create_efs
|
- create_efs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue