update custom config file from file to template

This commit is contained in:
Ludovic Cartier
2025-09-24 15:49:58 +02:00
parent 6050dc7594
commit d6df0110a4

View File

@@ -23,7 +23,7 @@
- haproxy restart
- name: haproxy | copy custom configuration file
copy:
template:
src: "{{ haproxy_custom_configuration_file }}"
dest: '/etc/haproxy/haproxy.cfg'
owner: root