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:
Kevin Fenzi 2019-11-15 03:40:05 +00:00 committed by Pierre-Yves Chibon
parent 9e898f798e
commit 015df8dc65

View file

@ -40,6 +40,18 @@
- config
- 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
service: name=postfix state=started enabled=true
tags: