forked from ISTI-ansible-roles/ansible-roles
10 lines
180 B
YAML
10 lines
180 B
YAML
|
---
|
||
|
- name: Restart haproxy
|
||
|
service: name=haproxy state=restarted
|
||
|
when: haproxy_enabled
|
||
|
|
||
|
- name: Reload haproxy
|
||
|
service: name=haproxy state=reloaded
|
||
|
when: haproxy_enabled
|
||
|
|