| commit | 3b46c250ed8b450976c6e375044c5c80c0465715 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Jun 08 18:24:53 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Thu Jun 08 18:24:53 2017 -0400 |
| tree | abcde29a18ba6dfc0b914f25800dc643d6824ccc | |
| parent | 0613d630526fc7b7c7478552eb8cb508719017bf [diff] |
fixed bug that occurrs on multiple runs
diff --git a/tasks/main.yml b/tasks/main.yml index b9db519..06df161 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -8,6 +8,7 @@ with_items: "{{ temporary_move }}" - name: Move to temporary holding folder + ignore_errors: yes shell: "mv {{ item.original_folder }}/{{ item.file_name }} {{ item.temporary_holding_folder }}/" with_items: "{{ temporary_move }}"