Skip to content
Snippets Groups Projects
Commit 50659953 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: syntax in configure_mail.yml

parent 2a2043a1
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
- name: Install and configure Postfix MTA. - name: Install and configure Postfix MTA.
ansible.builtin.import_tasks: "mail/configure_postfix.yml" ansible.builtin.import_tasks: "mail/configure_postfix.yml"
when: (( ansible_os_family == "RedHat" ) or ( when: (( ansible_os_family == "RedHat" ) or
( ansible_distribution == "Ubuntu" )) ( ansible_distribution == "Ubuntu" ))
tags: [postfix, mail] tags: [postfix, mail]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment