From 7cb9289197c906162457ac2fdcd6f2f8d0ef1d34 Mon Sep 17 00:00:00 2001 From: Greg DeKoenigsberg Date: Wed, 28 Oct 2015 14:40:54 -0400 Subject: [PATCH] Clarity of owner, even though module is deprecated --- cloud/amazon/_ec2_ami_search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/amazon/_ec2_ami_search.py b/cloud/amazon/_ec2_ami_search.py index 5add0260d80..a85bdf00223 100644 --- a/cloud/amazon/_ec2_ami_search.py +++ b/cloud/amazon/_ec2_ami_search.py @@ -66,6 +66,7 @@ options: default: paravirtual choices: ["paravirtual", "hvm"] +author: "Ansible Core Team (deprecated)" ''' EXAMPLES = '''