update notify name to match handler
This commit is contained in:
parent
568b830fb6
commit
2dd49ff995
@ -20,7 +20,7 @@
|
|||||||
creates: '{{ haproxy_ssl_certs_dir }}/{{ item }}.pem'
|
creates: '{{ haproxy_ssl_certs_dir }}/{{ item }}.pem'
|
||||||
with_items: '{{ haproxy_ssl_self_signed_domains }}'
|
with_items: '{{ haproxy_ssl_self_signed_domains }}'
|
||||||
notify:
|
notify:
|
||||||
- haproxy restarted
|
- haproxy restart
|
||||||
|
|
||||||
- name: haproxy | copy configuration file
|
- name: haproxy | copy configuration file
|
||||||
template:
|
template:
|
||||||
@ -31,4 +31,4 @@
|
|||||||
mode: '0440'
|
mode: '0440'
|
||||||
validate: 'haproxy -f %s -c {% if haproxy_accept_warnings %}-q{% endif %}'
|
validate: 'haproxy -f %s -c {% if haproxy_accept_warnings %}-q{% endif %}'
|
||||||
notify:
|
notify:
|
||||||
- haproxy reloaded
|
- haproxy reload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user