diff options
Diffstat (limited to 'roles/out/tasks')
-rw-r--r-- | roles/out/tasks/main.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/roles/out/tasks/main.yml b/roles/out/tasks/main.yml index 69d9ead..68f438f 100644 --- a/roles/out/tasks/main.yml +++ b/roles/out/tasks/main.yml @@ -6,9 +6,8 @@ dest=/etc/postfix-{{ postfix_instance[inst].name }}/main.cf owner=root group=root mode=0644 - register: r notify: - - Restart Postfix + - Reload Postfix - name: Build the Postfix relay clientcerts map sudo: False @@ -29,8 +28,7 @@ owner=root group=root mode=0644 +- meta: flush_handlers + - name: Start Postfix service: name=postfix state=started - when: not r.changed - -- meta: flush_handlers |