From 2cb6a10a0e2d80e6df086b0fa767a1c2fcb2b275 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 9 Dec 2016 17:12:06 -0700 Subject: [PATCH] Fix module names in module docs. --- .../modules/cloud/azure/azure_rm_publicipaddress_facts.py | 2 +- lib/ansible/modules/cloud/azure/azure_rm_resourcegroup_facts.py | 2 +- lib/ansible/modules/network/nxos/nxos_gir_profile_management.py | 2 +- lib/ansible/modules/network/nxos/nxos_snmp_traps.py | 2 +- lib/ansible/modules/network/nxos/nxos_vtp_password.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_publicipaddress_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_publicipaddress_facts.py index d6b443756a3..f6442dc6536 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_publicipaddress_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_publicipaddress_facts.py @@ -26,7 +26,7 @@ ANSIBLE_METADATA = {'status': ['preview'], DOCUMENTATION = ''' --- -module: azure_rm_publicip_facts +module: azure_rm_publicipaddress_facts version_added: "2.1" diff --git a/lib/ansible/modules/cloud/azure/azure_rm_resourcegroup_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_resourcegroup_facts.py index a6f7d1c7376..464bc437c9e 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_resourcegroup_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_resourcegroup_facts.py @@ -25,7 +25,7 @@ ANSIBLE_METADATA = {'status': ['preview'], DOCUMENTATION = ''' --- -module: azure_rm_resouregroup_facts +module: azure_rm_resourcegroup_facts version_added: "2.1" diff --git a/lib/ansible/modules/network/nxos/nxos_gir_profile_management.py b/lib/ansible/modules/network/nxos/nxos_gir_profile_management.py index 99c29d6253d..22aae584aad 100644 --- a/lib/ansible/modules/network/nxos/nxos_gir_profile_management.py +++ b/lib/ansible/modules/network/nxos/nxos_gir_profile_management.py @@ -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: diff --git a/lib/ansible/modules/network/nxos/nxos_snmp_traps.py b/lib/ansible/modules/network/nxos/nxos_snmp_traps.py index 632e8e8d1d7..a3a88191ffb 100644 --- a/lib/ansible/modules/network/nxos/nxos_snmp_traps.py +++ b/lib/ansible/modules/network/nxos/nxos_snmp_traps.py @@ -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: diff --git a/lib/ansible/modules/network/nxos/nxos_vtp_password.py b/lib/ansible/modules/network/nxos/nxos_vtp_password.py index 12c142c2fc7..ce444381d0d 100644 --- a/lib/ansible/modules/network/nxos/nxos_vtp_password.py +++ b/lib/ansible/modules/network/nxos/nxos_vtp_password.py @@ -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: