Fix version test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-12-28 20:42:18 +01:00
parent 3dfa02be89
commit c397628b5d

View file

@ -736,7 +736,7 @@ sample_directory = /usr/share/doc/postfix/samples
# readme_directory: The location of the Postfix README files. # readme_directory: The location of the Postfix README files.
# #
{% if ansible_os_family == "RedHat" and ansible_distribution_major_version < '8' %} {% if ansible_os_family == "RedHat" and ansible_distribution_major_version >= '8' %}
readme_directory = /usr/share/doc/postfix/README_FILES readme_directory = /usr/share/doc/postfix/README_FILES
# TLS CONFIGURATION # TLS CONFIGURATION