Skip to content

Commit e57dae9

Browse files
authored
Merge pull request #22 from Chaffelson/fix-opdb
Fix default opdb teardown Minor fix which blocks default teardowns
2 parents 3dfeaf5 + 6f68665 commit e57dae9

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)