update notify name to match handler

This commit is contained in:
Ludovic Cartier 2025-02-28 10:28:01 +01:00
parent 568b830fb6
commit 2dd49ff995

View File

@ -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