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

* Fixing module docs so they dont show up as a list on ansible docs.

* Fixing spacing in description.
pull/37225/head
James Mighion 7 years ago committed by Toshio Kuratomi
parent b025f7ea7c
commit df0f9d1d91

@ -11,7 +11,7 @@ DOCUMENTATION = '''
--- ---
module: panos_nat_rule module: panos_nat_rule
short_description: create a policy 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 - 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)" author: "Luigi Mori (@jtschichold), Ivan Bojer (@ivanbojer), Robert Hagen (@rnh556)"

@ -28,7 +28,7 @@ DOCUMENTATION = '''
--- ---
module: panos_object module: panos_object
short_description: create/read/update/delete object in PAN-OS or Panorama short_description: create/read/update/delete object in PAN-OS or Panorama
description: > description:
- Policy objects form the match criteria for policy rules and many other functions in PAN-OS. These may include - Policy objects form the match criteria for policy rules and many other functions in PAN-OS. These may include
address object, address groups, service objects, service groups, and tag. address object, address groups, service objects, service groups, and tag.
author: "Bob Hagen (@rnh556)" author: "Bob Hagen (@rnh556)"

Loading…
Cancel
Save