commit | 7d64fb3e2d9f9c031f249ebfa013d2171c79cffc | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 18 23:54:19 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 18 23:54:19 2017 -0500 |
tree | 4891e58237096d9d386fc45613e1e06bd3768445 | |
parent | 3c70519032cab98222c4778a250ca2a9da52a623 [diff] |
fixed semantics for archives
diff --git a/tasks/main.yml b/tasks/main.yml index 9d4e76f..b87e2a8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -22,7 +22,7 @@ - name: Copy archive to target node synchronize: - partial: yes + partial: True src: "{{ local_apigee_path }}/{{ apigee_archive_name }}" dest: "{{ apigeerepobasepath }}/{{ apigee_archive_name }}" owner: "{{ opdk_user_name }}"