* Fixing module docs so they dont show up as a list on ansible docs.
* Fixing spacing in description.
(cherry picked from commit df0f9d1d91
)
This commit is contained in:
parent
4df0be4b1b
commit
044aa1cb73
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: panos_nat_rule
|
||||
short_description: create a policy NAT rule
|
||||
description: >
|
||||
description:
|
||||
- Create a policy nat rule. Keep in mind that we can either end up configuring source NAT, destination NAT, or
|
||||
both. Instead of splitting it into two we will make a fair attempt to determine which one the user wants.
|
||||
both. Instead of splitting it into two we will make a fair attempt to determine which one the user wants.
|
||||
author: "Luigi Mori (@jtschichold), Ivan Bojer (@ivanbojer), Robert Hagen (@rnh556)"
|
||||
version_added: "2.4"
|
||||
requirements:
|
||||
|
|
Loading…
Reference in a new issue