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