Skip to content

Commit 21bbdbd

Browse files
committed
fix typo in create block storage display name
1 parent 81ecce6 commit 21bbdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ol/block.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
oracle.oci.oci_blockstorage_volume:
1313
compartment_id: "{{ my_compartment_id }}"
1414
availability_domain: "{{ my_availability_domain }}"
15-
display_name: "blockvolume-{{ item.value.instance_name | default('instance-'~timestamp) }}"
15+
display_name: "blockvolume-vd{{ block_devices[ansible_loop.index0] }}"
1616
size_in_gbs: "{{ block_volume_size_in_gbs }}"
1717
key_by: [compartment_id, display_name]
1818
register: result

0 commit comments

Comments
 (0)