mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Use M() to link to the replacement module. (#19976)
This commit is contained in:
@@ -33,7 +33,7 @@ ANSIBLE_METADATA = {'status': ['deprecated'],
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: quantum_subnet
|
||||
deprecated: Deprecated in 2.0. Use os_subnet instead
|
||||
deprecated: Deprecated in 2.0. Use M(os_subnet) instead.
|
||||
version_added: "1.2"
|
||||
short_description: Add/remove subnet from a network
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user