From e26bc5f8c1849c80d602ed40e41c02ca7b10bce9 Mon Sep 17 00:00:00 2001 From: Solal Nathan Date: Sat, 30 Jan 2021 00:30:35 +0100 Subject: [PATCH] fix typo and indentation problem --- roles/dovecot/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/dovecot/tasks/main.yml b/roles/dovecot/tasks/main.yml index 68e6387..81c10ed 100644 --- a/roles/dovecot/tasks/main.yml +++ b/roles/dovecot/tasks/main.yml @@ -10,16 +10,16 @@ - dovecot-lmtpd - dovecot-ldap - dovecot-pop3d - register: apt_result - retries: 3 - until: apt_result is succeeded + register: apt_result + retries: 3 + until: apt_result is succeeded # Create the vmail user with UID and GID 5000 - name: Create vmail user user: name: vmail uid: 5000 - gid: 5000 + group: 5000 home: /var/vmail # Create mail user seive directory with right ownernship and rights