From c0fc797a06451d2fe1ac4fc077fc64f3a1666447 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 16 Oct 2017 14:27:35 -0400 Subject: [PATCH] fix html formatting --- lib/ansible/modules/network/panos/panos_security_rule.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/network/panos/panos_security_rule.py b/lib/ansible/modules/network/panos/panos_security_rule.py index 48de6beec0..a8ded438ff 100755 --- a/lib/ansible/modules/network/panos/panos_security_rule.py +++ b/lib/ansible/modules/network/panos/panos_security_rule.py @@ -16,10 +16,10 @@ DOCUMENTATION = ''' --- module: panos_security_rule short_description: Create security rule policy on PAN-OS devices or Panorama management console. -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), Robert Hagen (@rnh556)" version_added: "2.4" requirements: