fix
This commit is contained in:
parent
7a8c051008
commit
b7d233332c
@ -182,8 +182,8 @@
|
||||
|
||||
- name: Disable chroot for services
|
||||
postconf:
|
||||
service: "{{ item.1 }}"
|
||||
type: "{{ item.2 }}"
|
||||
service: "{{ item.0 }}"
|
||||
type: "{{ item.1 }}"
|
||||
chroot: "n"
|
||||
notify: reload postfix
|
||||
loop:
|
||||
|
Loading…
x
Reference in New Issue
Block a user