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