Commit e509191b by Michael DeHaan Committed by Michael DeHaan

Fix ec2_facts module by removing stray fail statement

parent de753fe9
......@@ -70,7 +70,6 @@ class Ec2Metadata(object):
self._prefix = 'ansible_ec2_%s'
def _fetch(self, url):
self.module.fail_json(msg="url is %s" % url)
(response, info) = fetch_url(self.module, url, force=True)
return response.read()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment