mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
no-issue: Replace old references to atl_product with atl_product_family
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
- name: Install distro-specific backup support packages
|
||||
include_tasks: "{{ ansible_distribution|lower }}.yml"
|
||||
|
||||
- name: Stop the {{ atl_product }} service
|
||||
- name: Stop the {{ atl_product_family }} service
|
||||
service:
|
||||
name: "{{ atl_systemd_service_name }}"
|
||||
state: stopped
|
||||
@@ -33,7 +33,7 @@
|
||||
environment:
|
||||
ATL_DB_PASSWORD: "{{ atl_jdbc_password }}"
|
||||
|
||||
- name: Restart the {{ atl_product_edition }} service
|
||||
- name: Restart the {{ atl_product_family }} service
|
||||
service:
|
||||
name: "{{ atl_systemd_service_name }}"
|
||||
state: restarted
|
||||
|
||||
Reference in New Issue
Block a user