mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 01:14:03 -07:00
Use M() to link to the replacement module. (#19976)
This commit is contained in:
parent
818ef493ad
commit
40ecc3188f
18 changed files with 18 additions and 18 deletions
|
@ -35,7 +35,7 @@ DOCUMENTATION = '''
|
|||
module: quantum_router_interface
|
||||
version_added: "1.2"
|
||||
author: "Benno Joy (@bennojoy)"
|
||||
deprecated: Deprecated in 2.0. Use os_router instead
|
||||
deprecated: Deprecated in 2.0. Use M(os_router) instead.
|
||||
short_description: Attach/Detach a subnet's interface to a router
|
||||
description:
|
||||
- Attach/Detach a subnet interface to a router, to provide a gateway for the subnet.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue