Fix example in vmware_drs_group module (#57805)

Signed-off-by: Harald Albers <github@albersweb.de>
pull/57813/head
Harald Albers 5 years ago committed by Sandra McCann
parent 99fd7821b3
commit 231f4cfcf1

@ -51,7 +51,7 @@ options:
default: present default: present
description: description:
- "If set to C(present) and the group doesn't exists then the group will be created." - "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 required: true
vms: vms:
description: description:
@ -94,7 +94,7 @@ EXAMPLES = r'''
- DC0_C0_H0 - DC0_C0_H0
- DC0_C0_H1 - DC0_C0_H1
- DC0_C0_H2 - DC0_C0_H2
state: absent state: present
- name: "Delete DRS Host group" - name: "Delete DRS Host group"
delegate_to: localhost delegate_to: localhost

Loading…
Cancel
Save