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-lmtpd
|
||||||
- dovecot-ldap
|
- dovecot-ldap
|
||||||
- dovecot-pop3d
|
- dovecot-pop3d
|
||||||
register: apt_result
|
register: apt_result
|
||||||
retries: 3
|
retries: 3
|
||||||
until: apt_result is succeeded
|
until: apt_result is succeeded
|
||||||
|
|
||||||
# Create the vmail user with UID and GID 5000
|
# Create the vmail user with UID and GID 5000
|
||||||
- name: Create vmail user
|
- name: Create vmail user
|
||||||
user:
|
user:
|
||||||
name: vmail
|
name: vmail
|
||||||
uid: 5000
|
uid: 5000
|
||||||
gid: 5000
|
group: 5000
|
||||||
home: /var/vmail
|
home: /var/vmail
|
||||||
|
|
||||||
# Create mail user seive directory with right ownernship and rights
|
# Create mail user seive directory with right ownernship and rights
|
||||||
|
|
Loading…
Reference in a new issue