updated task names
diff --git a/tasks/main.yml b/tasks/main.yml
index ce7787d..f8b845c 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -1,12 +1,13 @@
---
# tasks file for apigee-opdk-temporary-restore-targets/
- block:
- - name: Move to original location
+ - name: Restore files to original location
ignore_errors: yes
shell: "mv {{ item.temporary_holding_folder }}/{{ item.file_name }} {{ item.original_folder }}/"
with_items: "{{ temporary_move }}"
- name: Remove temporary holding folder
+ ignore_errors: yes
file:
path: "{{ item.temporary_holding_folder }}"
state: absent