From d6df0110a4fdd3acb9467ef9179c25c1fb420989 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Wed, 24 Sep 2025 15:49:58 +0200 Subject: [PATCH] update custom config file from file to template --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 7c794ec..b923d41 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -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