Update to 2022-05-12 16:00

This commit is contained in:
Daniel Berteaud
2022-05-12 16:00:11 +02:00
parent d29b1a062f
commit 90a2690843
4 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
when: ansible_os_family == 'Debian'
tags: postfix
- name: Checck if mailman is installed
- name: Check if mailman is installed
stat: path={{ mailman_root_dir | default('/opt/mailman') }}
register: postfix_mailman
tags: postfix