mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Use M() to link to the replacement module. (#19976)
This commit is contained in:
@@ -25,7 +25,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: ec2_ami_search
|
||||
short_description: Retrieve AWS AMI information for a given operating system.
|
||||
deprecated: "in favor of the ec2_ami_find module"
|
||||
deprecated: "Use M(ec2_ami_find) instead."
|
||||
version_added: "1.6"
|
||||
description:
|
||||
- Look up the most recent AMI on AWS for a given operating system.
|
||||
|
||||
Reference in New Issue
Block a user