commit | 7a19fa23ed09bae62c9e7171646c662d677dd904 | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Thu Sep 29 11:29:31 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Thu Sep 29 11:29:31 2016 -0400 |
tree | 912388c2f41f82d7a758a28d6416c0cbe1120363 | |
parent | dae86d1497f74a93fdcaa41fd29b82fbf9885ef0 [diff] |
added local_resource_path variable.
diff --git a/tasks/main.yml b/tasks/main.yml index 22caed7..e8f10c2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -7,6 +7,6 @@ - name: Unarchive local archive to remote nodes unarchive: - src: '{{ archive_name }}' + src: '{{ local_resource_path }}/{{ archive_name }}' dest: '{{ archive_folder }}' copy: '{{ copy_archive }}'