fix: reload haproxy after certificate change
This commit is contained in:
parent
ed5a18a096
commit
128abd0988
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- reload haproxy after certificate change
|
||||||
- chore: use FQCN for module name
|
- chore: use FQCN for module name
|
||||||
- test: replace kitchen to molecule
|
- test: replace kitchen to molecule
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
mode: 0600
|
mode: 0600
|
||||||
loop: '{{ haproxy_ssl_certificates|dict2items }}'
|
loop: '{{ haproxy_ssl_certificates|dict2items }}'
|
||||||
no_log: true
|
no_log: true
|
||||||
|
notify: reload haproxy
|
||||||
tags: haproxy
|
tags: haproxy
|
||||||
|
|
||||||
- name: copy IPs lists
|
- name: copy IPs lists
|
||||||
|
|
Loading…
Reference in a new issue