I know to use this task:

    - name: Add HardDisk
      vmware_guest:
        hostname: "{{ hostname }}"
        username: "{{ username }}"
        password: "{{ password }}"
        validate_certs: no
        folder: /
        name: "{{vm}}"
        disk:
        - size_gb: "{{gb}}"

Create a hard disk, but i doesn't work. Exist other form?


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a09185b0-719d-4745-b7b4-2437155fb07b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to