updated docs and task sequence
diff --git a/tasks/main.yml b/tasks/main.yml
index 6462f4c..a3b797b 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -5,7 +5,7 @@
     msg: "Please provide cwc_properties={ key: '<key>', value: '<value>', file_name: '<filename>' }"
   when: cwc_properties is not defined
 
-- include: cwc-update.yml
+- include_tasks: cwc-update.yml
   with_items:  '{{ cwc_properties }}'
   loop_control:
     loop_var: cwc_property