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:
|
file:
|
||||||
path: /var/spool/dovecot/index/home
|
path: /var/spool/dovecot/index/home
|
||||||
state: directory
|
state: directory
|
||||||
mode: 1777
|
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
setype: _default
|
setype: _default
|
||||||
|
@ -81,7 +80,7 @@
|
||||||
path: /var/spool/dovecot/index/home
|
path: /var/spool/dovecot/index/home
|
||||||
src: none
|
src: none
|
||||||
fstype: tmpfs
|
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
|
- name: enable service
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue