Update vsphere_file.py (#58874)

wrong module name in examples
This commit is contained in:
egalegal123 2019-07-09 18:58:43 +02:00 committed by Alicia Cozine
parent de7776e25d
commit dbb1f01a56

View file

@ -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 }}'