Use a tmpfiles.d path that works on both deb and rh based distributions.

This commit is contained in:
Andrea Dell'Amico 2020-02-14 18:37:36 +01:00
parent 665e92732e
commit 6413bd8d1b
1 changed files with 1 additions and 1 deletions

View File

@ -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