feat: add alpine support

This commit is contained in:
Simon Cornet 2026-04-17 14:13:25 +02:00
commit 78b6e081cb
3 changed files with 49 additions and 14 deletions

View file

@ -2,7 +2,7 @@
# restart haproxy
- name: "restart haproxy"
ansible.builtin.systemd:
ansible.builtin.service:
name: "haproxy"
state: "restarted"
enabled: true