updated config
diff --git a/tasks/main.yml b/tasks/main.yml
index 98fe288..df08ba2 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -37,5 +37,5 @@
 
 - name: Allow calls in flight to complete
   become: no
-  local_action: wait_for host='{{ ansible_host }}' state=started delay={{ reachability_delay | d(0) }}'
+  local_action: wait_for host='{{ ansible_host }}' state=started delay={{ reachability_delay | d(0) }}
   when: reachability_delay is defined
\ No newline at end of file