dovecot: Try to fix cache dir permissions again
This commit is contained in:
parent
ff97290463
commit
4804a50b37
1 changed files with 1 additions and 2 deletions
|
@ -70,7 +70,6 @@
|
|||
file:
|
||||
path: /var/spool/dovecot/index/home
|
||||
state: directory
|
||||
mode: 1777
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
setype: _default
|
||||
|
@ -81,7 +80,7 @@
|
|||
path: /var/spool/dovecot/index/home
|
||||
src: none
|
||||
fstype: tmpfs
|
||||
opts: context="system_u:object_r:user_home_t:s0"
|
||||
opts: mode=1777,context="system_u:object_r:user_home_t:s0"
|
||||
|
||||
- name: enable service
|
||||
service:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue