8 lines
137 B
YAML
8 lines
137 B
YAML
---
|
|
|
|
# restart haproxy
|
|
- name: "restart haproxy"
|
|
ansible.builtin.service:
|
|
name: "haproxy"
|
|
state: "restarted"
|
|
enabled: true
|