File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222DOCUMENTATION = """
2323---
24- module: panos_nat_rule2
24+ module: panos_nat_rule
2525short_description: Manage a NAT rule
2626description:
2727 - Manage a policy NAT rule.
3030 using I(state=merged) will likely result in an error. Using I(state=merged)
3131 will work as normal for simple operations, such as adding additional IP addresses
3232 to any of the listings or changing simple variable types.
33+ - NOTE This module was previously named 'panos_nat_rule2', but the old module has been
34+ deprecated in version 4.0.0.
3335author:
3436 - Garfield Lee Freeman (@shinmog)
3537version_added: '2.10.0'
235237
236238EXAMPLES = """
237239- name: add a nat rule
238- paloaltonetworks.panos.panos_nat_rule2 :
240+ paloaltonetworks.panos.panos_nat_rule :
239241 provider: '{{ provider }}'
240242 name: 'myRule'
241243 description: 'Made by Ansible'
You can’t perform that action at this time.
0 commit comments