diff --git a/group-all.yml b/group-all.yml
index b3734cc..e840c91 100644
--- a/group-all.yml
+++ b/group-all.yml
@@ -11,6 +11,7 @@
     - role: ansible.timezone
       vars:
         ag_timezone: "{{ timezone }}"
+    - role: users
 
   tasks:
     - name: Update and clean package cache
@@ -35,6 +36,9 @@
         unattended_package_blacklist: [cowsay]
         unattended_mail: "root"
 
-    - name: Setup users
-      include_role:
-        name: users
+    - name: Install some common software packages
+      ansible.builtin.apt:
+        state: present
+        name:
+          - molly-guard
+          - mc