made more flexible to missing files
diff --git a/tasks/main.yml b/tasks/main.yml
index add7070..ce7787d 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -2,6 +2,7 @@
 # tasks file for apigee-opdk-temporary-restore-targets/
 - block:
   - name: Move to original location
+    ignore_errors: yes
     shell: "mv {{ item.temporary_holding_folder }}/{{ item.file_name }} {{ item.original_folder }}/"
     with_items: "{{ temporary_move }}"