uri update, fixed typo
diff --git a/tasks/main.yml b/tasks/main.yml
index 4cc9c8b..1f62efd 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -30,6 +30,7 @@
         reachable: '{{ reachable }}'
 
   rescue:
+
     uri:
       user: '{{ opdk_user_email }}'
       password: '{{ opdk_user_pass }}'
@@ -40,4 +41,4 @@
       body:
         reachable: '{{ reachable }}'
 
-    when: uuid is defined
\ No newline at end of file
+  when: uuid is defined
\ No newline at end of file