parent
de7776e25d
commit
dbb1f01a56
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ EXAMPLES = r'''
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Create a directory on a datastore
|
- name: Create a directory on a datastore
|
||||||
vsphere_copy:
|
vsphere_file:
|
||||||
host: '{{ vhost }}'
|
host: '{{ vhost }}'
|
||||||
username: '{{ vuser }}'
|
username: '{{ vuser }}'
|
||||||
password: '{{ vpass }}'
|
password: '{{ vpass }}'
|
||||||
|
@ -115,7 +115,7 @@ EXAMPLES = r'''
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: Delete a file on a datastore
|
- name: Delete a file on a datastore
|
||||||
vsphere_copy:
|
vsphere_file:
|
||||||
host: '{{ vhost }}'
|
host: '{{ vhost }}'
|
||||||
username: '{{ vuser }}'
|
username: '{{ vuser }}'
|
||||||
password: '{{ vpass }}'
|
password: '{{ vpass }}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue