Skip to content

Commit 6f68665

Browse files
committed
Fix default opdb teardown
opdb teardown not using initialized configs resulting in a failure when no name is specified in the default. This now matches the common pattern Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>
1 parent 3dfeaf5 commit 6f68665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/runtime/tasks/teardown_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
loop_control:
3939
loop_var: __opdb_config
4040
label: "{{ __opdb_config.name | default('opdb') }}"
41-
loop: "{{ run__opdb_definitions }}"
41+
loop: "{{ run__opdb_configs }}"
4242
async: 3600 # 1 hour timeout
4343
poll: 0
4444
register: __opdb_teardowns_info

0 commit comments

Comments
 (0)