From cfc4b1195b8874f52d4f6faab4e68c1376e35028 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 19 Apr 2023 07:10:45 +0000 Subject: [PATCH] aoscx: fix DOCUMENTATION --- plugins/modules/aoscx_acl.py | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/plugins/modules/aoscx_acl.py b/plugins/modules/aoscx_acl.py index e51e3ac..17cfd69 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 @@ -151,9 +154,10 @@ dst_l4_port: type: str required: false - description: Range of L4 ports or L4 destination port to match on the - packet. Use only if `dst_l4_port_min` and `dst_l4_port_max` are not - specified. + description: > + Range of L4 ports or L4 destination port to match on the + packet. Use only if `dst_l4_port_min` and `dst_l4_port_max` are not + specified. src_ip_group: type: str required: false