diff --git a/lib/ansible/modules/network/panos/panos_security_policy.py b/lib/ansible/modules/network/panos/panos_security_policy.py index e2bca3b7f6..ed1954df9a 100644 --- a/lib/ansible/modules/network/panos/panos_security_policy.py +++ b/lib/ansible/modules/network/panos/panos_security_policy.py @@ -28,10 +28,11 @@ DOCUMENTATION = ''' --- module: panos_security_policy short_description: Create security rule policy on PanOS devices. -description: > - Security policies allow you to enforce rules and take action, and can be as general or specific as needed. - The policy rules are compared against the incoming traffic in sequence, and because the first rule that matches - the traffic is applied, the more specific rules must precede the more general ones. +description: + - Security policies allow you to enforce rules and take action, and can be as + general or specific as needed. The policy rules are compared against the + incoming traffic in sequence, and because the first rule that matches the + traffic is applied, the more specific rules must precede the more general ones. author: "Ivan Bojer (@ivanbojer)" version_added: "2.3" requirements: