forked from ISTI-ansible-roles/ansible-role-mailman
Use a tmpfiles.d path that works on both deb and rh based distributions.
This commit is contained in:
parent
665e92732e
commit
6413bd8d1b
|
@ -77,7 +77,7 @@
|
||||||
- 'mailman'
|
- 'mailman'
|
||||||
|
|
||||||
- name: Create the tmpfile entry for the mailman lock directory
|
- 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
|
- name: Install the mailman startup unit
|
||||||
template: src=mailman.service.systemd.j2 dest=/lib/systemd/system/mailman.service owner=root group=root mode=0644
|
template: src=mailman.service.systemd.j2 dest=/lib/systemd/system/mailman.service owner=root group=root mode=0644
|
||||||
|
|
Loading…
Reference in New Issue