From a66854f95b79ce97b90793a909eb0adeebb8ba15 Mon Sep 17 00:00:00 2001 From: Michael Schuett Date: Wed, 29 Jul 2015 22:21:14 -0400 Subject: [PATCH] Update and rename ec2_search.py to ec2_remote_facts.py --- .../extras/cloud/amazon/{ec2_search.py => ec2_remote_facts.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lib/ansible/modules/extras/cloud/amazon/{ec2_search.py => ec2_remote_facts.py} (99%) diff --git a/lib/ansible/modules/extras/cloud/amazon/ec2_search.py b/lib/ansible/modules/extras/cloud/amazon/ec2_remote_facts.py similarity index 99% rename from lib/ansible/modules/extras/cloud/amazon/ec2_search.py rename to lib/ansible/modules/extras/cloud/amazon/ec2_remote_facts.py index 5bc1698501c..8980947190c 100644 --- a/lib/ansible/modules/extras/cloud/amazon/ec2_search.py +++ b/lib/ansible/modules/extras/cloud/amazon/ec2_remote_facts.py @@ -15,7 +15,7 @@ DOCUMENTATION = ''' --- -module: ec2_search +module: ec2_remote_facts short_description: ask EC2 for information about other instances. description: - Only supports seatch for hostname by tags currently. Looking to add more later.