Fix documentation to prevent formatting error where each letter has its own line.
This commit is contained in:
parent
2ce866f759
commit
b0196edb34
1 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue