From 50659953ec4624e085f176184233ef321278efce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Tue, 14 Jan 2025 15:10:16 +0100 Subject: [PATCH] fix: syntax in configure_mail.yml --- tasks/configure_mail.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure_mail.yml b/tasks/configure_mail.yml index 9176577..159bd0a 100644 --- a/tasks/configure_mail.yml +++ b/tasks/configure_mail.yml @@ -6,7 +6,7 @@ - name: Install and configure Postfix MTA. ansible.builtin.import_tasks: "mail/configure_postfix.yml" - when: (( ansible_os_family == "RedHat" ) or ( + when: (( ansible_os_family == "RedHat" ) or ( ansible_distribution == "Ubuntu" )) tags: [postfix, mail] -- GitLab