Fixing module docs so they dont show up as a list on ansible docs. (#37203) (#37218)

* 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:
Toshio Kuratomi 2018-03-08 13:23:38 -08:00 committed by Matt Davis
parent 4df0be4b1b
commit 044aa1cb73

View file

@ -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: