vmware_guest_disk/test: use less disk space

Reduce the amount of space that is used on the datastore during the
test. This allow use to use lighter storage environment during the test.
This commit is contained in:
Gonéri Le Bouder 2019-11-13 15:23:58 -05:00
parent b5f484dcc3
commit 80bf24b17c

View file

@ -48,7 +48,7 @@
disk_mode: "independent_persistent"
scsi_controller: 0
scsi_type: 'paravirtual'
size_gb: 10
size_gb: 1
state: present
type: eagerzeroedthick
unit_number: 2
@ -56,7 +56,7 @@
disk_mode: "independent_nonpersistent"
scsi_controller: 0
scsi_type: 'paravirtual'
size_gb: 10
size_gb: 1
state: present
type: eagerzeroedthick
unit_number: 3
@ -64,13 +64,13 @@
disk_mode: "persistent"
scsi_controller: 0
scsi_type: 'paravirtual'
size_gb: 10
size_gb: 1
state: present
type: eagerzeroedthick
unit_number: 4
register: test_create_disk2
- debug:
- debug:
msg: "{{ test_create_disk2 }}"
- name: assert that changes were made