summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2017-10-16 14:27:35 -0400
committerToshio Kuratomi <a.badger@gmail.com>2017-10-18 14:42:28 -0700
commit7a894f73419608d1f119f8ab7cb48eb60f31297e (patch)
tree36222071243930ff4ac8a98606052d84ac6fba8e
parent3f4005038d6abcb3c7c35b9129750df4e5b03d99 (diff)
downloadansible-7a894f73419608d1f119f8ab7cb48eb60f31297e.tar.gz
fix html formatting
(cherry picked from commit c0fc797a06451d2fe1ac4fc077fc64f3a1666447)
-rwxr-xr-xlib/ansible/modules/network/panos/panos_security_rule.py8
1 files 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: