summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/panos/panos_security_rule.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/network/panos/panos_security_rule.py')
-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: