Hello

I am trying to execute this task

- name: Rename Datastores on ESXi host vmware_host_datastore: 
 hostname: '{{ vcenter_hostname }}' 
 username: '{{ vcenter_username }}' 
 password: '{{ vcenter_password }}' 
 datacenter_name: '{{ datacenter }}' 
 datastore_name: datastore(1) 
 rename: new_datastore_1 
 esxi_hostname: '{{ inventory_hostname }}' state: present

but is not working
Has anybody try this and knows how to fix it?

Piotr

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/fe60adee-e575-44bc-8323-665d49949d50n%40googlegroups.com.

Reply via email to