Skip to content

Commit 7427b22

Browse files
authored
Use compact loop labels (#236)
Don't print the full EE definition when including tasks from 00_build_ee.yml
1 parent a161405 commit 7427b22

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
bugfixes:
3+
- use compact loop labels when building, don't print the full EE definition
4+
...

roles/ee_builder/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
loop: "{{ ee_list }}"
55
loop_control:
66
loop_var: __execution_environment_definition
7+
label: "{{ __execution_environment_definition.name }}"
78

89
- name: Push to controller
910
when: ee_create_controller_def

0 commit comments

Comments
 (0)