mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Use M() to link to the replacement module. (#19976)
This commit is contained in:
@@ -35,7 +35,7 @@ DOCUMENTATION = '''
|
||||
module: quantum_router_gateway
|
||||
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: set/unset a gateway interface for the router with the specified external network
|
||||
description:
|
||||
- Creates/Removes a gateway interface from the router, used to associate a external network with a router to route external traffic.
|
||||
|
||||
Reference in New Issue
Block a user