Skip to content

Commit 9ba75b0

Browse files
committed
Fix typo in virtual_disk_attach example
Needed if ansible-core < 2.15 Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
1 parent c38d2a6 commit 9ba75b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/virtual_disk_attach.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- virtual_disk_info_result.records | length == 1
3030

3131
# ------------------------------------------------------
32-
- name: Attach virtual disk to VM - {{ vm_name + ", " + virtual_disk_name + " " + vm_disk_type + ":" + vm_disk_slot }}
32+
- name: Attach virtual disk to VM - {{ vm_name + ", " + virtual_disk_name + " " + vm_disk_type + ":" + vm_disk_slot | string }}
3333
scale_computing.hypercore.virtual_disk_attach:
3434
name: "{{ virtual_disk_name }}"
3535
vm_name: "{{ vm_name }}"

0 commit comments

Comments
 (0)