summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwutianwei <wutianwei1@huawei.com>2018-04-08 15:49:27 +0800
committerwutianwei <wutianwei1@huawei.com>2018-04-08 16:32:21 +0800
commitcc4de358837ed6a853b1dbe4158366741d0318fd (patch)
treef9514280b62febcdf56d8f50f388e277970ae3aa
parenta2cf6b44936886ff3cc142907552b016e8f5d42e (diff)
[XCI] Fix ansible synchronize module parameter
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>
-rw-r--r--xci/playbooks/get-opnfv-scenario-requirements.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/playbooks/get-opnfv-scenario-requirements.yml b/xci/playbooks/get-opnfv-scenario-requirements.yml
index f37de61a..af97ceb2 100644
--- a/xci/playbooks/get-opnfv-scenario-requirements.yml
+++ b/xci/playbooks/get-opnfv-scenario-requirements.yml
@@ -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