summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Fierce <gordon.fierce@gmail.com>2015-12-07 18:47:26 -0500
committerBrian Coca <brian.coca+git@gmail.com>2015-12-08 08:19:51 -0800
commitf30e5b16e5950ae0a8420a07d578b1086dade46b (patch)
tree6035aac5a72e0cb3560c83b8ce595c012b484e4a
parent2903021943066e7a0736502c6346770ae9a4803e (diff)
downloadansible-modules-extras-f30e5b16e5950ae0a8420a07d578b1086dade46b.tar.gz
Fix documentation to prevent formatting error where each letter has its own line.
-rw-r--r--system/iptables.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/iptables.py b/system/iptables.py
index b9368e06..f3ae8da9 100644
--- a/system/iptables.py
+++ b/system/iptables.py
@@ -54,12 +54,14 @@ options:
default: filter
choices: [ "filter", "nat", "mangle", "raw", "security" ]
state:
- description: Whether the rule should be absent or present.
+ description:
+ - Whether the rule should be absent or present.
required: false
default: present
choices: [ "present", "absent" ]
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
default: ipv4
choices: [ "ipv4", "ipv6" ]