From d3f447dce4d91736d7249bfe5b9a1c7e09484be1 Mon Sep 17 00:00:00 2001 From: genofire Date: Mon, 19 Oct 2020 14:20:35 +0200 Subject: [PATCH] Tag the /var/log/haproxy tmpfs as a late file system. Fixes #8 --- roles/haproxy/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/tasks/main.yml b/roles/haproxy/tasks/main.yml index f055533..6df50e4 100644 --- a/roles/haproxy/tasks/main.yml +++ b/roles/haproxy/tasks/main.yml @@ -28,7 +28,7 @@ path: /var/log/haproxy src: tmpfs fstype: tmpfs - opts: rw,size=128m,mode=750,uid=20000,gid=20000 + opts: rw,size=128m,mode=750,uid=20000,gid=20000,late state: mounted - name: Create HAProxy service directories