commit | bc4078ae69b38ff4b7b43c6c42dba166adecef72 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Fri Apr 06 21:17:07 2018 -0400 |
committer | Carlos Frias <friasc@google.com> | Fri Apr 06 21:17:07 2018 -0400 |
tree | fc05c610554fa913f8e76772c4f985b03cd8c2c8 | |
parent | 32982726991399d146c2c4afb126f79994448cc5 [diff] |
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