From e977e0af741f55520e3671addcdc433a7792be67 Mon Sep 17 00:00:00 2001 From: Martin Schweyen Date: Mon, 7 Oct 2019 06:49:37 +0200 Subject: [PATCH] VMware: Update maintenance notes on vmware_cfg_backup (#62853) Maintenance mode seems only to be required for load or restet, not for save_configuration. --- lib/ansible/modules/cloud/vmware/vmware_cfg_backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/vmware/vmware_cfg_backup.py b/lib/ansible/modules/cloud/vmware/vmware_cfg_backup.py index 5888065356f..871eba8308f 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_cfg_backup.py +++ b/lib/ansible/modules/cloud/vmware/vmware_cfg_backup.py @@ -24,7 +24,7 @@ author: notes: - Tested on ESXi 6.0 - Works only for ESXi hosts - - For configuration save or reset, the host will be switched automatically to maintenance mode. + - For configuration load or reset, the host will be switched automatically to maintenance mode. requirements: - "python >= 2.6" - PyVmomi installed