ssl: add handler for haproxy reload

This commit is contained in:
Victor LABORIE 2018-11-14 15:39:13 +01:00
parent 3425711ecf
commit f5f1e885f7
1 changed files with 5 additions and 0 deletions

5
ssl/handlers/main.yml Normal file
View File

@ -0,0 +1,5 @@
---
- name: reload haproxy
service:
name: haproxy
state: reloaded