Merged in DCD-686-restore-from-manifest (pull request #56)

Adds restore role to confluence and bitbucket playbooks

Approved-by: Steve Smith
Approved-by: Adam Brokes
This commit is contained in:
Ben Partridge
2019-12-04 05:41:05 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -31,5 +31,6 @@
- role: product_common - role: product_common
- role: product_install - role: product_install
- role: database_init - role: database_init
- role: restore_backups
- role: bitbucket_config - role: bitbucket_config
- role: product_startup - role: product_startup

View File

@@ -18,6 +18,7 @@
- role: product_common - role: product_common
- role: product_install - role: product_install
- role: database_init - role: database_init
- role: restore_backups
- role: confluence_common - role: confluence_common
- role: confluence_config - role: confluence_config
- role: product_startup - role: product_startup