dovecot: No need to create mount directory
This commit is contained in:
parent
d3c08cf674
commit
e6cc2636c4
1 changed files with 0 additions and 8 deletions
|
@ -66,14 +66,6 @@
|
|||
- /var/spool/dovecot
|
||||
- /var/spool/dovecot/index
|
||||
|
||||
- name: Create user cache directory
|
||||
ansible.builtin.file:
|
||||
path: /var/spool/dovecot/index/home
|
||||
state: directory
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
setype: _default
|
||||
|
||||
- name: Create tmpfs mount for cache
|
||||
ansible.posix.mount:
|
||||
state: mounted
|
||||
|
|
Loading…
Add table
Reference in a new issue