diff options
Diffstat (limited to 'ansible')
-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 ef83d24..ac476e0 100644 --- a/ansible/roles/postfix/tasks/main.yml +++ b/ansible/roles/postfix/tasks/main.yml @@ -111,6 +111,7 @@ with_fileglob: "../templates/services/*" tags: - role::postfix + - role::postfix::service-scripts - name: Template Postfix mail transport map template: @@ -203,5 +204,6 @@ flags=Fq user=servicemailer argv=/etc/postfix/service-scripts/fredrick-reply.sh tags: - role::postfix + - role::postfix::service-scripts notify: - Restart postfix |