communishift: debugging with_items 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
38837b3a7c
commit
32500541e6
1 changed files with 2 additions and 1 deletions
|
@ -11,13 +11,14 @@
|
||||||
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
|
||||||
apply:
|
apply:
|
||||||
tags:
|
tags:
|
||||||
- create_efs
|
- create_efs
|
||||||
|
vars:
|
||||||
|
communishift_efs_name: "{{ item }}"
|
||||||
vars:
|
vars:
|
||||||
communishift_projects:
|
communishift_projects:
|
||||||
- communishift-dev-test
|
- communishift-dev-test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue