From 6abf59cac8b97caeff2b5c6eaa02bf0f4606abc4 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Wed, 18 Dec 2019 12:11:17 +0100 Subject: [PATCH] Use module references --- ..._access_port_to_interface_policy_leaf_profile.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/ansible/modules/network/aci/aci_access_port_to_interface_policy_leaf_profile.py b/lib/ansible/modules/network/aci/aci_access_port_to_interface_policy_leaf_profile.py index 980f0849a5a..38892f8c691 100644 --- a/lib/ansible/modules/network/aci/aci_access_port_to_interface_policy_leaf_profile.py +++ b/lib/ansible/modules/network/aci/aci_access_port_to_interface_policy_leaf_profile.py @@ -38,7 +38,7 @@ options: leaf_port_blk: description: - B(Deprecated) - - Starting with Ansible 2.8 we recommend using the module L(aci_access_port_block_to_access_port, aci_access_port_block_to_access_port_module.html). + - Starting with Ansible 2.8 we recommend using M(aci_access_port_block_to_access_port) instead. - The parameter will be removed in Ansible 2.12. - HORIZONTALLINE - The name of the Fabric access policy leaf interface profile access port block. @@ -48,7 +48,7 @@ options: leaf_port_blk_description: description: - B(Deprecated) - - Starting with Ansible 2.8 we recommend using the module L(aci_access_port_block_to_access_port, aci_access_port_block_to_access_port_module.html). + - Starting with Ansible 2.8 we recommend using M(aci_access_port_block_to_access_port) instead. - The parameter will be removed in Ansible 2.12. - HORIZONTALLINE - The description to assign to the C(leaf_port_blk) @@ -56,7 +56,7 @@ options: from_port: description: - B(Deprecated) - - Starting with Ansible 2.8 we recommend using the module L(aci_access_port_block_to_access_port, aci_access_port_block_to_access_port_module.html). + - Starting with Ansible 2.8 we recommend using M(aci_access_port_block_to_access_port) instead. - The parameter will be removed in Ansible 2.12. - HORIZONTALLINE - The beginning (from-range) of the port range block for the leaf access port block. @@ -66,7 +66,7 @@ options: to_port: description: - B(Deprecated) - - Starting with Ansible 2.8 we recommend using the module L(aci_access_port_block_to_access_port, aci_access_port_block_to_access_port_module.html). + - Starting with Ansible 2.8 we recommend using M(aci_access_port_block_to_access_port) instead. - The parameter will be removed in Ansible 2.12. - HORIZONTALLINE - The end (to-range) of the port range block for the leaf access port block. @@ -76,7 +76,7 @@ options: from_card: description: - B(Deprecated) - - Starting with Ansible 2.8 we recommend using the module L(aci_access_port_block_to_access_port, aci_access_port_block_to_access_port_module.html). + - Starting with Ansible 2.8 we recommend using M(aci_access_port_block_to_access_port) instead. - The parameter will be removed in Ansible 2.12. - HORIZONTALLINE - The beginning (from-range) of the card range block for the leaf access port block. @@ -86,7 +86,7 @@ options: to_card: description: - B(Deprecated) - - Starting with Ansible 2.8 we recommend using the module L(aci_access_port_block_to_access_port, aci_access_port_block_to_access_port_module.html). + - Starting with Ansible 2.8 we recommend using M(aci_access_port_block_to_access_port) instead. - The parameter will be removed in Ansible 2.12. - HORIZONTALLINE - The end (to-range) of the card range block for the leaf access port block. @@ -114,6 +114,7 @@ options: default: present extends_documentation_fragment: aci seealso: +- module: aci_access_port_block_to_access_port - name: APIC Management Information Model reference description: More information about the internal APIC classes B(infra:HPortS), B(infra:RsAccBaseGrp) and B(infra:PortBlk). link: https://developer.cisco.com/docs/apic-mim-ref/