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:
parent
945862b876
commit
50fe70f40a
1 changed files with 3 additions and 1 deletions
|
@ -269,7 +269,9 @@ options:
|
||||||
icmp_type:
|
icmp_type:
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
description:
|
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
|
required: false
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue