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: