From c3dec9f9d436dc9893044e5b217095168005045f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 10 Oct 2018 20:05:11 +0100 Subject: [PATCH] Create home directory for aur_builder user so yay has a place to put the cache --- tasks/packages.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/packages.yml b/tasks/packages.yml index cb88c1d..ded5daf 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -22,7 +22,6 @@ - user: name: aur_builder group: wheel - create_home: false password_lock: true shell: /bin/false