Explorar el Código

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

Luke Cyca hace 11 años
padre
commit
5920b17609
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      roles/common/tasks/users.yml

+ 1
- 1
roles/common/tasks/users.yml Ver fichero

@@ -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…
Cancelar
Guardar