Remove debugging;Housekeeping;Rename dict
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
register: ovfenv
|
||||
- name: Assign vApp properties to dictionary
|
||||
ansible.builtin.set_fact:
|
||||
ovfproperties: >-
|
||||
{{ ovfproperties | default({}) |
|
||||
vapp: >-
|
||||
{{ vapp | default({}) |
|
||||
combine({((item.values() | list)[0].values() | list)[0]:
|
||||
((item.values() | list)[0].values() | list)[1]})
|
||||
}}
|
||||
|
Reference in New Issue
Block a user