1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

removing folded style formatting for synopsis (#22746)

This commit is contained in:
Eric Beahan 2017-05-12 11:00:19 -05:00 committed by Chris Alfonso
parent f2dbf512cb
commit e539726543

View file

@ -28,10 +28,11 @@ DOCUMENTATION = '''
--- ---
module: panos_security_policy module: panos_security_policy
short_description: Create security rule policy on PanOS devices. short_description: Create security rule policy on PanOS devices.
description: > description:
Security policies allow you to enforce rules and take action, and can be as general or specific as needed. - Security policies allow you to enforce rules and take action, and can be as
The policy rules are compared against the incoming traffic in sequence, and because the first rule that matches general or specific as needed. The policy rules are compared against the
the traffic is applied, the more specific rules must precede the more general ones. 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)" author: "Ivan Bojer (@ivanbojer)"
version_added: "2.3" version_added: "2.3"
requirements: requirements: