diff options
author | Markos Chandras <mchandras@suse.de> | 2018-03-28 21:04:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-28 21:04:17 +0000 |
commit | 311efd295d83590d766b8972ebe1e18df1b74bc2 (patch) | |
tree | a66bd23e2d0cc7717a45db0e6f4ec28276e71cb6 /xci/playbooks | |
parent | 17eb953055bee3ae828ab839ec1bca5e28189222 (diff) | |
parent | 21359d155dbfc98e7fa7835c12318feb1ef191fb (diff) |
Merge "xci: get-opnfv-scenario-requirements: Use checksum for rsync updates"
Diffstat (limited to 'xci/playbooks')
-rw-r--r-- | xci/playbooks/get-opnfv-scenario-requirements.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xci/playbooks/get-opnfv-scenario-requirements.yml b/xci/playbooks/get-opnfv-scenario-requirements.yml index 3c291384..e99c47b2 100644 --- a/xci/playbooks/get-opnfv-scenario-requirements.yml +++ b/xci/playbooks/get-opnfv-scenario-requirements.yml @@ -78,6 +78,14 @@ synchronize: src: "{{ xci_path }}/xci/scenarios/{{ item.item.scenario }}/{{ item.item.role | replace('xci/scenarios/' ~ item.item.scenario ~ '/', '') }}/" dest: "{{ role_path_default }}/{{ item.item.role | basename }}" + archive: no + times: no + recurse: yes + checksum: yes + owner: yes + group: yes + perms: yes + links: yes failed_when: false when: - item.stat.exists |