Skip to content

Commit dbf839e

Browse files
committed
Configure shells for dev-desktop users
1 parent 0318255 commit dbf839e

File tree

1 file changed

+4
-6
lines changed
  • ansible/roles/dev-desktop/defaults

1 file changed

+4
-6
lines changed

ansible/roles/dev-desktop/defaults/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ vars_user_quota_gb: 150
1010
vars_user_quota_prototype_user: "quota-prototype"
1111

1212
vars_user_config:
13-
# - username: rylev
14-
# shell: /bin/sh
15-
# - username: meysam
16-
# shell: /usr/bin/zsh
17-
# - username: jdno
18-
# shell: /usr/bin/fish
13+
- username: gh-jdno
14+
shell: /usr/bin/zsh
15+
- username: gh-WaffleLapkin
16+
shell: /usr/bin/fish

0 commit comments

Comments
 (0)