DCD-352: Typo in handler.

This commit is contained in:
Steve Smith
2019-05-27 15:13:51 +10:00
parent 770054cbe1
commit f6e5822a49

View File

@@ -3,7 +3,7 @@
- name: Restart Product
service:
name: "{{ atl_systemd_service_name }}"
stat: restarted
state: restarted
- name: Enable Product
command: systemctl enable "{{ atl_systemd_service_name }}"