From 5e1224c4a84ce1b5e9d0aaf7fb807ed542d55dc8 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 16 Apr 2015 15:29:01 -0400 Subject: [PATCH] deprecated ec2_ami_search --- cloud/amazon/{ec2_ami_search.py => _ec2_ami_search.py} | 1 + 1 file changed, 1 insertion(+) rename cloud/amazon/{ec2_ami_search.py => _ec2_ami_search.py} (99%) diff --git a/cloud/amazon/ec2_ami_search.py b/cloud/amazon/_ec2_ami_search.py similarity index 99% rename from cloud/amazon/ec2_ami_search.py rename to cloud/amazon/_ec2_ami_search.py index 1dd5f056e96..6296020b777 100644 --- a/cloud/amazon/ec2_ami_search.py +++ b/cloud/amazon/_ec2_ami_search.py @@ -21,6 +21,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" version_added: "1.6" description: - Look up the most recent AMI on AWS for a given operating system.