From f6e5822a49de02c115b2b49722c0bed2069adbec Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 27 May 2019 15:13:51 +1000 Subject: [PATCH] DCD-352: Typo in handler. --- 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 e839764..7df4867 100644 --- a/roles/product_startup/handlers/main.yml +++ b/roles/product_startup/handlers/main.yml @@ -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 }}"