dovecot: Try to fix cache dir permissions again

This commit is contained in:
Timo Makinen 2021-03-11 17:17:06 +00:00
parent ff97290463
commit 4804a50b37

View file

@ -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: