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:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue