From d94ac763b64e6040c8765fc183b2afc868a6f98d Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Fri, 12 May 2017 11:00:19 -0500 Subject: [PATCH] removing folded style formatting for synopsis (#22746) (cherry picked from commit e539726543954c5b6b8067ef3946ab2020bb2a2f) --- .../modules/network/panos/panos_security_policy.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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: