Fix prep-zanata

We download already on the remote system, so tell unarchive that the
content is there already and does not need to copied over.

The role currently fails since ansible tries to copy the file over from
the local host.

Change-Id: I8b879b976b19ab5672a95db35346cdea8467e726
This commit is contained in:
Andreas Jaeger 2018-03-02 12:46:01 +01:00
parent bcb30b0f7a
commit 0bf3827550

View File

@ -47,6 +47,7 @@
- name: Extract Zanata client archive
unarchive:
remote_src: yes
src: "/tmp/zanata-cli-{{ zanata_client_version }}-dist.tar.gz"
dest: /opt/zanata
creates: "/opt/zanata/zanata-cli-{{ zanata_client_version }}/bin/zanata-cli"