From d1ec1cafc0bc3d62c9bf335feefcb82bc503a7e3 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Fri, 22 Jan 2021 13:54:04 +1100 Subject: [PATCH] We don't need a bool filter as it's been moved up to import time. --- 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 75a567a..6e9e1d8 100644 --- a/roles/product_startup/handlers/main.yml +++ b/roles/product_startup/handlers/main.yml @@ -4,7 +4,7 @@ service: name: "{{ atl_systemd_service_name }}" state: restarted - when: atl_startup_restart | bool + when: atl_startup_restart no_log: true - name: Enable Product