We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ecce6 commit 21bbdbdCopy full SHA for 21bbdbd
ol/block.yml
@@ -12,7 +12,7 @@
12
oracle.oci.oci_blockstorage_volume:
13
compartment_id: "{{ my_compartment_id }}"
14
availability_domain: "{{ my_availability_domain }}"
15
- display_name: "blockvolume-{{ item.value.instance_name | default('instance-'~timestamp) }}"
+ display_name: "blockvolume-vd{{ block_devices[ansible_loop.index0] }}"
16
size_in_gbs: "{{ block_volume_size_in_gbs }}"
17
key_by: [compartment_id, display_name]
18
register: result
0 commit comments