From a6e792bd6b9324f79dff74debba39c905cfa9196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 10 Oct 2025 13:02:52 +0200 Subject: [PATCH] Move user-related tasks together --- playbook.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/playbook.yml b/playbook.yml index 7761e50..03544e8 100644 --- a/playbook.yml +++ b/playbook.yml @@ -749,11 +749,6 @@ when: - machine.gpu is defined - - set_fact: - users: "{{ machine.users }}" - tags: - - always - # See https://bbs.archlinux.org/viewtopic.php?id=259764 - block: - name: configure pacman to skip installing nextcloud dbus file @@ -797,6 +792,11 @@ ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chgrp video $sys$devpath/brightness", RUN+="/bin/chmod g+w $sys$devpath/brightness" become: true + - set_fact: + users: "{{ machine.users }}" + tags: + - always + - include_tasks: user.yml args: apply: