diff options
| -rw-r--r-- | ansible/roles/dovecot/tasks/main.yml | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/ansible/roles/dovecot/tasks/main.yml b/ansible/roles/dovecot/tasks/main.yml index 4a6477b..b6c7ae7 100644 --- a/ansible/roles/dovecot/tasks/main.yml +++ b/ansible/roles/dovecot/tasks/main.yml @@ -27,16 +27,6 @@    tags:      - role::dovecot -- name: Add Dovecot to mail group -  user: -    name: dovecot -    groups: mail -    append: true -  tags: -    - role::dovecot -  notify: -    - Restart Dovecot -  - name: Template Dovecot configuration    template:      src: dovecot.conf.j2  |