1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

docfix for vsphere_guest.py

Corrected parameter name from user to username in documentation
This commit is contained in:
IndyMichaelB 2014-10-31 16:13:41 -04:00 committed by Matt Clay
parent bb9c7acc2f
commit 07d4ddfeff

View file

@ -38,7 +38,7 @@ options:
description:
- The virtual server name you wish to manage.
required: true
user:
username:
description:
- Username to connect to vcenter as.
required: true