Update vsphere_file.py (#58874)

wrong module name in examples
pull/58911/head
egalegal123 5 years ago committed by Alicia Cozine
parent de7776e25d
commit dbb1f01a56

@ -91,7 +91,7 @@ EXAMPLES = r'''
delegate_to: localhost
- name: Create a directory on a datastore
vsphere_copy:
vsphere_file:
host: '{{ vhost }}'
username: '{{ vuser }}'
password: '{{ vpass }}'
@ -115,7 +115,7 @@ EXAMPLES = r'''
ignore_errors: yes
- name: Delete a file on a datastore
vsphere_copy:
vsphere_file:
host: '{{ vhost }}'
username: '{{ vuser }}'
password: '{{ vpass }}'

Loading…
Cancel
Save