commit | 35a04eaf2c6168f78b1bc87f7c243db2ae021250 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 18 23:26:25 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 18 23:26:25 2017 -0500 |
tree | b8c6f8076a0f2dbd8922e853aa3b885ea947a389 | |
parent | cbcb151eda1ce8092eef3e6bb5cfbf7b0f51b54c [diff] |
fixed semantics for archives
diff --git a/tasks/main.yml b/tasks/main.yml index bea61e8..c80b398 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -10,6 +10,7 @@ become: no synchronize: mode: pull + partial: yes src: '{{ apigeerepobasepath }}/{{ apigee_archive_name }}' dest: '{{ local_apigee_path }}/{{ apigee_archive_name }}' register: result