mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
VMware: vmware_guest Documentation update (#38377)
This PR refactors vmware_guest module - VMware: Documentation update - Elaborate more on effects of state on virtual machine. - Specify 'force' option usage. - Formatting - add review comments Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
69eef14e3b
commit
da79989e70
2 changed files with 157 additions and 91 deletions
|
@ -32,6 +32,7 @@ options:
|
|||
- Allows connection when SSL certificates are not valid. Set to C(false) when certificates are not trusted.
|
||||
- If the value is not specified in the task, the value of environment variable C(VMWARE_VALIDATE_CERTS) will be used instead.
|
||||
- Environment variable supported added in version 2.6.
|
||||
- If set to C(True), please make sure Python >= 2.7.9 is installed on the given machine.
|
||||
default: 'True'
|
||||
type: bool
|
||||
port:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue