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.