Skip to content
Snippets Groups Projects
Commit f3e100d5 authored by Lars Beckers's avatar Lars Beckers
Browse files

postfix: add debian version safeguard compat on testing

parent 2475e025
No related branches found
No related tags found
1 merge request!15Bullseye Compatibility
...@@ -79,7 +79,7 @@ virtual unix - n n - - virtual ...@@ -79,7 +79,7 @@ virtual unix - n n - - virtual
lmtp unix - - y - - lmtp lmtp unix - - y - - lmtp
anvil unix - - y - 1 anvil anvil unix - - y - 1 anvil
scache unix - - y - 1 scache scache unix - - y - 1 scache
{% if ansible_distribution_major_version|int >= 10 %} {% if ansible_distribution_major_version|int(default=99) >= 10 %}
postlog unix-dgram n - n - 1 postlogd postlog unix-dgram n - n - 1 postlogd
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment