diff options
author | 2024-08-14 20:01:30 +0100 | |
---|---|---|
committer | 2024-08-14 20:02:36 +0100 | |
commit | 9e9484327ffc917a94377f4c327763fd4098984c (patch) | |
tree | 68a6ee1924d96eb20cec443fd2b7a929edf244b7 | |
parent | Add documentation on available mail-based services (diff) |
Install mblaze utilities
-rw-r--r-- | ansible/roles/postfix/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/postfix/tasks/main.yml b/ansible/roles/postfix/tasks/main.yml index 6f12ed5..1f9dc7f 100644 --- a/ansible/roles/postfix/tasks/main.yml +++ b/ansible/roles/postfix/tasks/main.yml @@ -9,6 +9,8 @@ - postsrsd # Security and anti-spam tools - postfix-policyd-spf-python + # Mail scripting utilities + - mblaze state: present tags: - role::postfix |