From 3610ce270fcd849d9e9da66c6d590552b73cc342 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 4 Feb 2024 20:05:23 +0000 Subject: Add user d to http group --- essential.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'essential.yml') diff --git a/essential.yml b/essential.yml index e8cc8f2..c2705d7 100644 --- a/essential.yml +++ b/essential.yml @@ -3,6 +3,8 @@ roles: - { role: minimal } - { role: sshd } - - { role: users } - { role: sudo } - { role: atop } + # Users should come last in case other roles install packages with system + # user and/or groups creation to achieve proper reentrancy. + - { role: users } -- cgit v1.2.3-70-g09d2