Fix documentation formatting

pull/18777/head
Toshio Kuratomi 9 years ago committed by Matt Clay
parent ce8db1cf79
commit dd6436e398

@ -24,7 +24,7 @@ DOCUMENTATION = '''
module: zabbix_group module: zabbix_group
short_description: Zabbix host groups creates/deletes short_description: Zabbix host groups creates/deletes
description: description:
- Create host groups if they don't exist. - Create host groups if they do not exist.
- Delete existing host groups if they exist. - Delete existing host groups if they exist.
version_added: "1.8" version_added: "1.8"
author: author:
@ -52,7 +52,6 @@ options:
state: state:
description: description:
- Create or delete host group. - Create or delete host group.
- Possible values are: present and absent.
required: false required: false
default: "present" default: "present"
choices: [ "present", "absent" ] choices: [ "present", "absent" ]

Loading…
Cancel
Save