Browse Source

Remove usergroup because debian adds it by default as the primary group

Luke Cyca 10 years ago
parent
commit
5920b17609
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/common/tasks/users.yml

+ 1
- 1
roles/common/tasks/users.yml View File

@@ -1,2 +1,2 @@
1 1
 - name: Create main user account
2
-  user: name=${main_user_name} state=present shell=/usr/bin/zsh groups=${main_user_name},sudo,fuse
2
+  user: name=${main_user_name} state=present shell=/usr/bin/zsh groups=sudo,fuse

Loading…
Cancel
Save