summaryrefslogtreecommitdiff
path: root/system/iptables.py
diff options
context:
space:
mode:
authorPavel Samokha <pas@rusaksoft.com>2016-05-13 17:14:44 +0300
committerPavel Samokha <pas@rusaksoft.com>2016-05-13 17:14:44 +0300
commita0566037b4000ddaa20b09dea15ff603e2cf29ea (patch)
tree09164ea9f936025b5877942869f84466bfdadd99 /system/iptables.py
parent7092118119af79003ec8ce15312c723046c730ce (diff)
downloadansible-modules-extras-a0566037b4000ddaa20b09dea15ff603e2cf29ea.tar.gz
iptables module - icmp-type better doc style
Diffstat (limited to 'system/iptables.py')
-rw-r--r--system/iptables.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/iptables.py b/system/iptables.py
index 4373a7a5..f2298570 100644
--- a/system/iptables.py
+++ b/system/iptables.py
@@ -269,7 +269,9 @@ options:
icmp_type:
version_added: "2.2"
description:
- - "This allows specification of the ICMP type, which can be a numeric ICMP type, type/code pair, or one of the ICMP type names shown by the command 'iptables -p icmp -h'"
+ - "This allows specification of the ICMP type, which can be a numeric ICMP type,
+ type/code pair, or one of the ICMP type names shown by the command
+ 'iptables -p icmp -h'"
required: false
'''