[generate-ldif] Fix package condition to have IMAP and POP checks added to ldif.
gitea/ansible-roles/pipeline/head This commit looks good Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
William Hirigoyen (Evolix) 2022-07-27 18:51:24 +02:00
parent 0d086731ae
commit 0c6284667c
1 changed files with 2 additions and 2 deletions

View File

@ -488,8 +488,8 @@ EOT
fi
# Dovecot
if is_pkg_installed dovecot-common; then
dovecot_version=$(get_pkg_version dovecot-common)
if is_pkg_installed dovecot-core; then
dovecot_version=$(get_pkg_version dovecot-core)
fi
if [ -n "${dovecot_version}" ]; then
cat <<EOT >> "${ldif_file}"