| commit | 192660760daeec1dabfe2330d9524356ca3cb2be | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Jun 08 18:08:42 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Thu Jun 08 18:08:42 2017 -0400 |
| tree | 7624ab14fba963ac3c9c3cc1c7c663e5f8357029 | |
| parent | 7b86040f14bad2600ff43550e012db676a792aae [diff] |
updated name
diff --git a/tasks/main.yml b/tasks/main.yml index efaa982..b45fb0b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,7 +1,7 @@ --- # tasks file for apigee-opdk-temporary-restore-targets/ - block: - - name: Move to original location- name: Move to temporary holding folder + - name: Move to original location shell: "mv {{ items.temporary_holding_folder }}/{{ items.file_name }} {{ items.original_folder }}/" with_items: "{{ temporary_move }}"