From e3a2bf97a79a9e2cf02c3377533a29b013aa8523 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Mon, 24 Sep 2018 17:08:05 -0400 Subject: [PATCH] fix doc links (#46094) (cherry picked from commit c5a8a911b320cf8c1ba77fa10d09e871358d586d) --- lib/ansible/modules/cloud/misc/ovirt.py | 2 +- lib/ansible/modules/cloud/misc/rhevm.py | 2 +- lib/ansible/modules/network/voss/voss_command.py | 1 - lib/ansible/utils/module_docs_fragments/netconf.py | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/cloud/misc/ovirt.py b/lib/ansible/modules/cloud/misc/ovirt.py index 733d197eb5a..3d62642460d 100644 --- a/lib/ansible/modules/cloud/misc/ovirt.py +++ b/lib/ansible/modules/cloud/misc/ovirt.py @@ -17,7 +17,7 @@ author: - Vincent Van der Kussen (@vincentvdk) short_description: oVirt/RHEV platform management description: - - This module only supports oVirt/RHEV version 3. A newer module M(ovirt_vms) supports oVirt/RHV version 4. + - This module only supports oVirt/RHEV version 3. A newer module M(ovirt_vm) supports oVirt/RHV version 4. - Allows you to create new instances, either from scratch or an image, in addition to deleting or stopping instances on the oVirt/RHEV platform. version_added: "1.4" options: diff --git a/lib/ansible/modules/cloud/misc/rhevm.py b/lib/ansible/modules/cloud/misc/rhevm.py index 284f6d6c93b..eacb9115cec 100644 --- a/lib/ansible/modules/cloud/misc/rhevm.py +++ b/lib/ansible/modules/cloud/misc/rhevm.py @@ -18,7 +18,7 @@ module: rhevm author: Timothy Vandenbrande (@TimothyVandenbrande) short_description: RHEV/oVirt automation description: - - This module only supports oVirt/RHEV version 3. A newer module M(ovirt_vms) supports oVirt/RHV version 4. + - This module only supports oVirt/RHEV version 3. A newer module M(ovirt_vm) supports oVirt/RHV version 4. - Allows you to create/remove/update or powermanage virtual machines on a RHEV/oVirt platform. version_added: "2.2" requirements: diff --git a/lib/ansible/modules/network/voss/voss_command.py b/lib/ansible/modules/network/voss/voss_command.py index 9beec13e43b..99feba190c0 100644 --- a/lib/ansible/modules/network/voss/voss_command.py +++ b/lib/ansible/modules/network/voss/voss_command.py @@ -37,7 +37,6 @@ description: argument that will cause the module to wait for a specific condition before returning or timing out if the condition is not met. - This module does not support running commands in configuration mode. - Please use M(voss_config) to configure VOSS devices. notes: - Tested against VOSS 7.0.0 options: diff --git a/lib/ansible/utils/module_docs_fragments/netconf.py b/lib/ansible/utils/module_docs_fragments/netconf.py index 857189e4cb5..b578fc31b47 100644 --- a/lib/ansible/utils/module_docs_fragments/netconf.py +++ b/lib/ansible/utils/module_docs_fragments/netconf.py @@ -72,6 +72,6 @@ options: type: bool default: True notes: - - For information on using netconf see the :ref:`Platform Options guide using Netconf` + - For information on using netconf see the :ref:`Platform Options guide using Netconf` - For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide ` """