fixed semantics for archives
diff --git a/tasks/main.yml b/tasks/main.yml index c4a950c..4f62e7a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -3,8 +3,8 @@ - block: - name: Download archive fetch: - src: '{{ apigeerepobasepath }}/{{ archive_name }}' - dest: '{{ local_apigee_path }}/{{ archive_name }}' + src: '{{ apigeerepobasepath }}/{{ apigee_archive_name }}' + dest: '{{ local_apigee_path }}/{{ apigee_archive_name }}' flat: yes register: result @@ -17,8 +17,8 @@ - name: First scp download attempt failed, trying with rsync synchronize: mode: pull - src: '{{ apigeerepobasepath }}/{{ archive_name }}' - dest: '{{ local_apigee_path }}/{{ archive_name }}' + src: '{{ apigeerepobasepath }}/{{ apigee_archive_name }}' + dest: '{{ local_apigee_path }}/{{ apigee_archive_name }}' register: result always: