From 80896792c86de71728bf0974f152ec1fb76afd23 Mon Sep 17 00:00:00 2001 From: Laurent G Date: Mon, 30 Dec 2019 16:50:56 +0100 Subject: [PATCH] Correct spelling mistake in proxmox_kvm (#66133) * Correct a little spelling mistake in proxmox_kvm - changed 'update' to 'updated' --- lib/ansible/modules/cloud/misc/proxmox_kvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/misc/proxmox_kvm.py b/lib/ansible/modules/cloud/misc/proxmox_kvm.py index 04d649d8f4d..445b4a0a2ef 100644 --- a/lib/ansible/modules/cloud/misc/proxmox_kvm.py +++ b/lib/ansible/modules/cloud/misc/proxmox_kvm.py @@ -331,7 +331,7 @@ options: default: 30 update: description: - - If C(yes), the VM will be update with new value. + - If C(yes), the VM will be updated with new value. - Cause of the operations of the API and security reasons, I have disabled the update of the following parameters - C(net, virtio, ide, sata, scsi). Per example updating C(net) update the MAC address and C(virtio) create always new disk... type: bool