diff options
author | Joseph Jacobs <joej164@gmail.com> | 2019-12-17 13:24:57 -0800 |
---|---|---|
committer | ansibot <ansibot@users.noreply.github.com> | 2019-12-18 06:22:05 -0500 |
commit | b121065d28a3b615663133c7c9d191f133949765 (patch) | |
tree | c8d35a540726d3e93b1ef3790f534bcb08d64368 /lib/ansible/modules/network/aci | |
parent | dfd998bcbc98c11154cb8a7576408b4ac3732e12 (diff) | |
download | ansible-b121065d28a3b615663133c7c9d191f133949765.tar.gz |
Update aci_access_port_to_interface_policy_leaf_profile.py
##### SUMMARY
<!--- Your description here -->
The links in the file are wrong. Updating the document name to point to the right document.
https://docs.ansible.com/ansible/latest/modules/aci_access_port_block_to_access_port_module.html
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
Diffstat (limited to 'lib/ansible/modules/network/aci')
-rw-r--r-- | lib/ansible/modules/network/aci/aci_access_port_to_interface_policy_leaf_profile.py | 12 |
1 files changed, 6 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 d124376ce2..980f0849a5 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.html). + - 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). - 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.html). + - 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). - 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.html). + - 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). - 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.html). + - 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). - 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.html). + - 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). - 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.html). + - 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). - 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. |