From 231f4cfcf1c1a94d1654cf0ccbce5d846186e9e3 Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Thu, 13 Jun 2019 19:12:59 +0200 Subject: [PATCH] Fix example in vmware_drs_group module (#57805) Signed-off-by: Harald Albers --- lib/ansible/modules/cloud/vmware/vmware_drs_group.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/vmware/vmware_drs_group.py b/lib/ansible/modules/cloud/vmware/vmware_drs_group.py index ba8c767b9ab..0e1dbc4c5cb 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_drs_group.py +++ b/lib/ansible/modules/cloud/vmware/vmware_drs_group.py @@ -51,7 +51,7 @@ options: default: present description: - "If set to C(present) and the group doesn't exists then the group will be created." - - "If set to C(absent) and the group exists then the groupwill be deleted." + - "If set to C(absent) and the group exists then the group will be deleted." required: true vms: description: @@ -94,7 +94,7 @@ EXAMPLES = r''' - DC0_C0_H0 - DC0_C0_H1 - DC0_C0_H2 - state: absent + state: present - name: "Delete DRS Host group" delegate_to: localhost