postfix / base: work around s390x bug in private devices.
https://bugzilla.redhat.com/show_bug.cgi?id=1769148 Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9e898f798e
commit
015df8dc65
1 changed files with 12 additions and 0 deletions
|
@ -40,6 +40,18 @@
|
||||||
- config
|
- config
|
||||||
- base
|
- base
|
||||||
|
|
||||||
|
- name: work around s390 privatedevices bug
|
||||||
|
ini_file:
|
||||||
|
path: /usr/lib/systemd/system/postfix.service
|
||||||
|
section: service
|
||||||
|
option: PrivateDevices
|
||||||
|
value: false
|
||||||
|
when: inventory_hostname.startswith('buildvm-s390x')
|
||||||
|
tags:
|
||||||
|
- postfix
|
||||||
|
- config
|
||||||
|
- base
|
||||||
|
|
||||||
- name: enable postfix to start
|
- name: enable postfix to start
|
||||||
service: name=postfix state=started enabled=true
|
service: name=postfix state=started enabled=true
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue