Remove unneeded task

This commit is contained in:
Morre 2020-07-12 15:35:17 +02:00
parent ac2deb37e4
commit 142d058e43
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC

View file

@ -46,13 +46,6 @@
name: exim4
state: absent
# We need to configure postfix's virtual UID and GID map. Those are set to the vmail users UID and GID as vmail holds all mail
# Used in templates/main.cf.j2
- name: "get vmail user data"
user:
name: vmail
register: vmail_user
- name: copy postfix config
template:
src: "{{ item.src }}"