diff --git a/plugins/modules/aoscx_acl.py b/plugins/modules/aoscx_acl.py index e51e3ac..d77cfe5 100644 --- a/plugins/modules/aoscx_acl.py +++ b/plugins/modules/aoscx_acl.py @@ -110,19 +110,22 @@ src_l4_port_max: type: int required: false - description: Maximum L4 port to match on the packet. Use only if - `src_l4_port` is not specified. + description: > + Maximum L4 port to match on the packet. Use only if + `src_l4_port` is not specified. src_l4_port_min: type: int required: false - description: Minimum L4 port to match on the packet. Use only if - `src_l4_port` is not specified. + description: > + Minimum L4 port to match on the packet. Use only if + `src_l4_port` is not specified. src_l4_port: type: str required: false - description: Range of L4 ports or L4 source port to match on the - packet. Use only if `src_l4_port_min` and `src_l4_port_max` are not - specified. + description: > + Range of L4 ports or L4 source port to match on the + packet. Use only if `src_l4_port_min` and `src_l4_port_max` are not + specified. dst_l4_port_group: type: str required: false