fix typo and indentation problem
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
24fa5a969c
commit
8612f835af
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue