commit | de49312dbe93f6e9387bb5d1273ecc67de9e12fe | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 18 23:17:30 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 18 23:17:30 2017 -0500 |
tree | eefe2a730e2bb4f2942a22f3c5d81f84c3f25e3a | |
parent | a105942c05f10aca2f69d2018341dd5560549655 [diff] |
fixed semantics for archives
diff --git a/tasks/main.yml b/tasks/main.yml index 244c388..e501a93 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -19,7 +19,7 @@ state: present - name: Copy archive to target node - become: no + become: true synchronize: src: "{{ local_apigee_path }}/{{ apigee_archive_name }}" dest: "{{ apigeerepobasepath }}/{{ apigee_archive_name }}"