no-issue: Replace old references to atl_product with atl_product_family

This commit is contained in:
Ben Partridge
2020-01-24 12:15:15 +11:00
parent 5df8552861
commit e9943cece5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
---
atl_db_port: 5432
atl_systemd_service_name: "{{ atl_product }}.service"
atl_systemd_service_name: "{{ atl_product_family }}.service"
atl_slingshot_yum_repo_url: 'https://packages.atlassian.com/atlassian-slingshot-rpm'
atl_amazon_extras_postgresql_version: '9.6'

View File

@@ -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