From 044aa1cb7399a8cee6dc8c16ce9ddcc9467768db Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 8 Mar 2018 13:23:38 -0800 Subject: [PATCH] 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) --- lib/ansible/modules/network/panos/panos_nat_rule.py | 4 ++-- 1 file 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: