mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-802: Fix reference to home_restore task in include task in
restore_backups main.yml
This commit is contained in:
@@ -109,7 +109,7 @@
|
|||||||
|
|
||||||
|
|
||||||
- name: Restore shared home
|
- name: Restore shared home
|
||||||
include_tasks: "{{ home_restore.yml }}"
|
include_tasks: "home_restore.yml"
|
||||||
|
|
||||||
|
|
||||||
when: atl_restore_required
|
when: atl_restore_required
|
||||||
|
|||||||
Reference in New Issue
Block a user