no-issue: Use product name to generate servicename instead of product

edition
This commit is contained in:
Ben Partridge
2020-01-24 11:55:11 +11:00
parent 29a1b5372a
commit 44ae6da47b
3 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
- name: Install distro-specific backup support packages
include_tasks: "{{ ansible_distribution|lower }}.yml"
- name: Stop the {{ atl_product_edition }} service
- name: Stop the {{ atl_product }} service
service:
name: "{{ atl_systemd_service_name }}"
state: stopped