Skip to content

Commit f3ae744

Browse files
authored
Merge pull request #337 from jdno/deploy-configurable-shells
Configure shells for dev-desktop users
2 parents 0318255 + dbf839e commit f3ae744

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)