initial import
diff --git a/tasks/main.yml b/tasks/main.yml
index 64814da..6462f4c 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -2,7 +2,7 @@
 # tasks file for /usr/local/google/home/friasc/apigee-workspace/apigee-opdk-role-workspace/apigee-opdk-cwc-update
 - name: Validate that cwc_properties are provided
   fail:
-    msg: "Please provide cwc_properties={ key: '<key>', value: '<value>', file_name: '<filename>'
+    msg: "Please provide cwc_properties={ key: '<key>', value: '<value>', file_name: '<filename>' }"
   when: cwc_properties is not defined
 
 - include: cwc-update.yml