diff options
| author | 2024-09-02 20:08:18 +0200 | |
|---|---|---|
| committer | 2024-09-03 10:43:38 +0100 | |
| commit | dcc5649ee29e33dce0c6f5708a8f17074e2ea9fb (patch) | |
| tree | 8294dc226c63058bec7c07d1e910ffbd4dd15d7e | |
| parent | Update variable reference for Fredrick vacation script (diff) | |
Add tag for rolling out service scripts
| -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  |