mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
11 lines
193 B
YAML
11 lines
193 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
vars:
|
|
atl_backup_manifest_url: ''
|
|
atl_backup_home_restore_canary_path: '/tmp/canary.tmp'
|
|
|
|
roles:
|
|
# Should be no-op
|
|
- role: restore_backups
|