ソースを参照

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

読み込み中…
キャンセル
保存