ITPLT-1857 use FQCN for bb mesh handler tasks

This commit is contained in:
Lee Goolsbee
2022-09-26 09:18:03 -05:00
parent 7ffc2998a9
commit 650bb0b916

View File

@@ -1,7 +1,7 @@
---
- name: Restart Product
service:
ansible.builtin.service:
name: "{{ atl_systemd_service_name }}"
state: restarted
when:
@@ -10,7 +10,7 @@
no_log: true
- name: Enable Product
service:
ansible.builtin.service:
name: "{{ atl_systemd_service_name }}"
enabled: true
when: