mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -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
|
@ -24,7 +24,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: glance_image
|
||||
version_added: "1.2"
|
||||
deprecated: Deprecated in 1.10. Use os_image instead
|
||||
deprecated: Deprecated in 1.10. Use M(os_image) instead.
|
||||
short_description: Add/Delete images from glance
|
||||
description:
|
||||
- Add or Remove images from the glance repository.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue