Add missing require to start service after config generation.
This commit is contained in:
parent
b0c702b0df
commit
5b7b84d61e
1 changed files with 3 additions and 1 deletions
|
@ -6,5 +6,7 @@ haproxy.config:
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
- mode: 644
|
- mode: 644
|
||||||
- watch_in:
|
- require_in:
|
||||||
- service: haproxy.service
|
- service: haproxy.service
|
||||||
|
- watch_in:
|
||||||
|
- service: haproxy.service
|
Loading…
Reference in a new issue