From 2dd49ff995db117b6853e02b9040d715c740be18 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Fri, 28 Feb 2025 10:28:01 +0100 Subject: [PATCH] update notify name to match handler --- tasks/configure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index b9fe4b6..00fccce 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -20,7 +20,7 @@ creates: '{{ haproxy_ssl_certs_dir }}/{{ item }}.pem' with_items: '{{ haproxy_ssl_self_signed_domains }}' notify: - - haproxy restarted + - haproxy restart - name: haproxy | copy configuration file template: @@ -31,4 +31,4 @@ mode: '0440' validate: 'haproxy -f %s -c {% if haproxy_accept_warnings %}-q{% endif %}' notify: - - haproxy reloaded + - haproxy reload