From 2ff87d6f68fb47a6d6dcd41557beb5f5806eefec Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Thu, 25 May 2023 15:08:31 +0200 Subject: [PATCH] users with group syslog depends on existing group syslog, which is depending on systemd --- tasks/os-debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/os-debian.yml b/tasks/os-debian.yml index 686e0fc..3b94375 100644 --- a/tasks/os-debian.yml +++ b/tasks/os-debian.yml @@ -167,8 +167,8 @@ - include_tasks: sshd_config.yml - include_tasks: ohmyzsh.yml -- include_tasks: users.yml - include_tasks: systemd.yml +- include_tasks: users.yml - name: update timezone command: dpkg-reconfigure --frontend noninteractive tzdata