DCD-686: Fix unarchive operation.

This commit is contained in:
Steve Smith
2019-10-10 11:26:47 +11:00
parent 93c359d029
commit 8a343f7e8c

View File

@@ -120,7 +120,7 @@
- name: Restore the shared-home backup
unarchive:
path: "{{ atl_backup_home_restore_canary_path }}"
src: "{{ atl_backup_home_restore_canary_path }}"
dest: "{{ atl_product_home_shared }}"
owner: "{{ atl_product_user }}"
group: "{{ atl_product_user }}"