update proxy config
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml
index c8e5a54..e5f3c1d 100644
--- a/tasks/with_no_proxy.yml
+++ b/tasks/with_no_proxy.yml
@@ -6,7 +6,7 @@
 
 - name: Installation with no proxy failed
   fail:
-    msg: "Apigee Component failed
+    msg: "Apigee Component failed"
   when: result | failed
 
 - name: Wait for ready with no proxy
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml
index 8bf9cc4..a8d2348 100644
--- a/tasks/with_proxy.yml
+++ b/tasks/with_proxy.yml
@@ -10,7 +10,7 @@
 
 - name: Installation with proxy failed
   fail:
-    msg: "Apigee Component failed
+    msg: "Apigee Component failed"
   when: result | failed
 
 - name: Wait for ready with no proxy