1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

iptables module - icmp-type better doc style

This commit is contained in:
Pavel Samokha 2016-05-13 17:14:44 +03:00 committed by Matt Clay
parent 945862b876
commit 50fe70f40a

View file

@ -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
'''