From dbd0272f2e37c6979e18ba5818c0ad8fb3c64905 Mon Sep 17 00:00:00 2001 From: Dustin Rue Date: Fri, 20 Apr 2018 02:06:53 -0500 Subject: [PATCH] Update proxmox_kvm.py (#39045) --- lib/ansible/modules/cloud/misc/proxmox_kvm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/cloud/misc/proxmox_kvm.py b/lib/ansible/modules/cloud/misc/proxmox_kvm.py index 36851ecc77f..5c03da4dc27 100644 --- a/lib/ansible/modules/cloud/misc/proxmox_kvm.py +++ b/lib/ansible/modules/cloud/misc/proxmox_kvm.py @@ -24,12 +24,12 @@ author: "Abdoul Bah (@helldorado) " options: acpi: description: - - Specify if ACPI should be enables/disabled. + - Specify if ACPI should be enabled/disabled. type: bool default: 'yes' agent: description: - - Specify if the QEMU GuestAgent should be enabled/disabled. + - Specify if the QEMU Guest Agent should be enabled/disabled. type: bool args: description: @@ -50,7 +50,7 @@ options: - You can use C(PROXMOX_PASSWORD) environment variable. autostart: description: - - Specify, if the VM should be automatically restarted after crash (currently ignored in PVE API). + - Specify if the VM should be automatically restarted after crash (currently ignored in PVE API). type: bool default: 'no' balloon: