summaryrefslogtreecommitdiff
path: root/essential.yml
diff options
context:
space:
mode:
Diffstat (limited to 'essential.yml')
-rw-r--r--essential.yml4
1 files changed, 3 insertions, 1 deletions
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 }