mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
Fix module names in module docs.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user