mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix module names in module docs.
This commit is contained in:
parent
cd47cb2a15
commit
2cb6a10a0e
5 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: azure_rm_publicip_facts
|
||||
module: azure_rm_publicipaddress_facts
|
||||
|
||||
version_added: "2.1"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: azure_rm_resouregroup_facts
|
||||
module: azure_rm_resourcegroup_facts
|
||||
|
||||
version_added: "2.1"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_gir_profile
|
||||
module: nxos_gir_profile_management
|
||||
version_added: "2.2"
|
||||
short_description: Create a maintenance-mode or normal-mode profile for GIR.
|
||||
description:
|
||||
|
|
|
@ -23,7 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: nxos_snmp_trap
|
||||
module: nxos_snmp_traps
|
||||
version_added: "2.2"
|
||||
short_description: Manages SNMP traps.
|
||||
description:
|
||||
|
|
|
@ -23,7 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
|
||||
module: nxos_vtp
|
||||
module: nxos_vtp_password
|
||||
version_added: "2.2"
|
||||
short_description: Manages VTP password configuration.
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue