mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07: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 = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: azure_rm_publicip_facts
|
module: azure_rm_publicipaddress_facts
|
||||||
|
|
||||||
version_added: "2.1"
|
version_added: "2.1"
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: azure_rm_resouregroup_facts
|
module: azure_rm_resourcegroup_facts
|
||||||
|
|
||||||
version_added: "2.1"
|
version_added: "2.1"
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: nxos_gir_profile
|
module: nxos_gir_profile_management
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
short_description: Create a maintenance-mode or normal-mode profile for GIR.
|
short_description: Create a maintenance-mode or normal-mode profile for GIR.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -23,7 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: nxos_snmp_trap
|
module: nxos_snmp_traps
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
short_description: Manages SNMP traps.
|
short_description: Manages SNMP traps.
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -23,7 +23,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
||||||
module: nxos_vtp
|
module: nxos_vtp_password
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
short_description: Manages VTP password configuration.
|
short_description: Manages VTP password configuration.
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue