summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-03-08 13:23:38 -0800
committerMatt Davis <nitzmahone@users.noreply.github.com>2018-03-08 13:23:38 -0800
commit044aa1cb7399a8cee6dc8c16ce9ddcc9467768db (patch)
tree1d47752232b5b6f8fdc73973fe1643d848a71300
parent4df0be4b1bbe91c0a5b0b9d41b9edb1092f86430 (diff)
downloadansible-044aa1cb7399a8cee6dc8c16ce9ddcc9467768db.tar.gz
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 df0f9d1d913e5c10c6694b4385592de025d7bbb4)
-rw-r--r--lib/ansible/modules/network/panos/panos_nat_rule.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/network/panos/panos_nat_rule.py b/lib/ansible/modules/network/panos/panos_nat_rule.py
index c723064d89..53d93c8f60 100644
--- a/lib/ansible/modules/network/panos/panos_nat_rule.py
+++ b/lib/ansible/modules/network/panos/panos_nat_rule.py
@@ -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: