diff --git a/tasks/main.yml b/tasks/main.yml index 0ee6091..9036e96 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 }}"