[XCI] Fix ansible synchronize module parameter 83/55183/1
authorwutianwei <wutianwei1@huawei.com>
Sun, 8 Apr 2018 07:49:27 +0000 (15:49 +0800)
committerwutianwei <wutianwei1@huawei.com>
Sun, 8 Apr 2018 08:32:21 +0000 (16:32 +0800)
synchronize module unsupported parameter "recurse",
it would be failed, when trying to synchronize the directory.
we need change it to "recursive", more information please refer to
http://docs.ansible.com/ansible/devel/modules/synchronize_module.html

Change-Id: If18ce8a3411ba9425dd573f090c5f4e0c41858e0
Signed-off-by: wutianwei <wutianwei1@huawei.com>
xci/playbooks/get-opnfv-scenario-requirements.yml

index f37de61..af97ceb 100644 (file)
@@ -80,7 +80,7 @@
         dest: "{{ role_path_default }}/{{ item.item.role | basename }}"
         archive: no
         times: no
-        recurse: yes
+        recursive: yes
         checksum: yes
         owner: yes
         group: yes