From 556e1fec7ca4c7c277456acba8f0f02fbb08d164 Mon Sep 17 00:00:00 2001 From: Tristan Le Guern Date: Mon, 15 Apr 2019 16:45:18 +0100 Subject: [PATCH] Error files are not system-specific anymore --- templates/defaults.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/defaults.cfg b/templates/defaults.cfg index 132c82f..4b3665b 100644 --- a/templates/defaults.cfg +++ b/templates/defaults.cfg @@ -49,13 +49,11 @@ defaults option {{ option }} {% endfor -%} {% endif -%} -{% if ansible_distribution != 'CentOS' and ansible_distribution != 'Alpine' %} {% if haproxy_defaults.errorfile is defined %} {% for item in haproxy_defaults.errorfile %} errorfile {{ item.code }} {{ item.file }} {% endfor %} {% endif -%} -{% endif -%} {% if haproxy_defaults.balance is defined %} balance {{ haproxy_defaults.balance }} {% endif -%}