瀏覽代碼

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

Luke Cyca 11 年之前
父節點
當前提交
5920b17609
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      roles/common/tasks/users.yml

+ 1
- 1
roles/common/tasks/users.yml 查看文件

@@ -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…
取消
儲存