From 770054cbe1142e4a151845ea032aef5902b684f9 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 27 May 2019 15:12:18 +1000 Subject: [PATCH] DCD-352: Fix handler name. --- roles/product_startup/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/product_startup/handlers/main.yml b/roles/product_startup/handlers/main.yml index 0497a44..e839764 100644 --- a/roles/product_startup/handlers/main.yml +++ b/roles/product_startup/handlers/main.yml @@ -5,5 +5,5 @@ name: "{{ atl_systemd_service_name }}" stat: restarted -- name: Enable Jira +- name: Enable Product command: systemctl enable "{{ atl_systemd_service_name }}"