mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-18 14:21:06 -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
|
@ -34,7 +34,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: quantum_network
|
||||
version_added: "1.4"
|
||||
deprecated: Deprecated in 2.0. Use os_network instead
|
||||
deprecated: Deprecated in 2.0. Use M(os_network) instead.
|
||||
short_description: Creates/Removes networks from OpenStack
|
||||
description:
|
||||
- Add or Remove network from OpenStack.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue