mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 01:43:06 -06:00
Stop jira service before doing ZDU
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
atl_product_edition: "jira-{{ lookup('env', 'ATL_PRODUCT_EDITION') | lower }}"
|
||||
atl_install_jsd_as_obr: "{{ lookup('env', 'ATL_JSD_ASOBR') }}"
|
||||
atl_systemd_service_name: "jira.service"
|
||||
pre_tasks:
|
||||
- name: stop jira
|
||||
service:
|
||||
name: "{{ atl_systemd_service_name }}"
|
||||
state: stopped
|
||||
roles:
|
||||
- role: aws_common
|
||||
- role: product_common
|
||||
|
||||
Reference in New Issue
Block a user