| commit | 9acd4a18d2a1b1efc8fdde132d9726c401fec635 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Jun 08 18:56:14 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Thu Jun 08 18:56:14 2017 -0400 |
| tree | 10eafb88530248a40843124d7f8c1f44ef5385c1 | |
| parent | e63cc4886bb42c9429bb0ad948606cb05dcb8351 [diff] |
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 }}"