From 6413bd8d1b6837d8ff90ca02b2b73dd34d2b82be Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 14 Feb 2020 18:37:36 +0100 Subject: [PATCH] Use a tmpfiles.d path that works on both deb and rh based distributions. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index b25366b..265d947 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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