Fix documentation to prevent formatting error where each letter has its own line.

reviewable/pr18780/r1
Gordon Fierce 9 years ago
parent 2ce866f759
commit b0196edb34

@ -54,12 +54,14 @@ options:
default: filter default: filter
choices: [ "filter", "nat", "mangle", "raw", "security" ] choices: [ "filter", "nat", "mangle", "raw", "security" ]
state: state:
description: Whether the rule should be absent or present. description:
- Whether the rule should be absent or present.
required: false required: false
default: present default: present
choices: [ "present", "absent" ] choices: [ "present", "absent" ]
ip_version: ip_version:
description: Which version of the IP protocol this rule should apply to. description:
- Which version of the IP protocol this rule should apply to.
required: false required: false
default: ipv4 default: ipv4
choices: [ "ipv4", "ipv6" ] choices: [ "ipv4", "ipv6" ]

Loading…
Cancel
Save