Updated to wait for AWS initialization.
diff --git a/README.md b/README.md
index 4142494..230e2ac 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Apigee OPDK AWS Create
=========
-A brief description of the role goes here.
+The purpose of this role is to provision AWS Ami
Requirements
------------
diff --git a/tasks/main.yml b/tasks/main.yml
index e3e679c..b45f490 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -18,7 +18,8 @@
volume_type: '{{ volume_type }}'
volume_size: '{{ volume_size }}'
delete_on_termination: '{{ delete_on_termination }}'
- instance_tags: "{{ instance_tags }}"
+ instance_tags:
+ 'Name': '{{ instance_tags_Name }}'
register: status
with_sequence: start={{ start }} end={{ end }}