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 -%}