Use a tmpfiles.d path that works on both deb and rh based distributions. #6
|
@ -77,7 +77,7 @@
|
|||
- 'mailman'
|
||||
|
||||
- name: Create the tmpfile entry for the mailman lock directory
|
||||
template: src=tmpfile_mailman.conf.j2 dest=/lib/tmpfiles.d/mailman.conf owner=root group=root mode=0644
|
||||
template: src=tmpfile_mailman.conf.j2 dest=/usr/lib/tmpfiles.d/mailman.conf owner=root group=root mode=0644
|
||||
|
||||
- name: Install the mailman startup unit
|
||||
template: src=mailman.service.systemd.j2 dest=/lib/systemd/system/mailman.service owner=root group=root mode=0644
|
||||
|
|
Loading…
Reference in New Issue