diff --git a/roles/base/tasks/postfix.yml b/roles/base/tasks/postfix.yml index 27efb891d1..cd1337139a 100644 --- a/roles/base/tasks/postfix.yml +++ b/roles/base/tasks/postfix.yml @@ -46,6 +46,8 @@ section: service option: PrivateDevices value: false + notify: + - reload systemd when: inventory_hostname.startswith('buildvm-s390x') tags: - postfix