archusers: Change shell for jerome to zsh

Signed-off-by: Florian Pritz <bluewind@xinu.at>
This commit is contained in:
Florian Pritz 2019-04-03 16:48:32 +02:00
parent e16a5b90a9
commit acff12e07e
No known key found for this signature in database
GPG key ID: 6D1655C14CE1C13E
2 changed files with 2 additions and 0 deletions

View file

@ -308,6 +308,7 @@ arch_users:
jleclanche:
name: "Jerome Leclanche"
ssh_key: jleclanche.pub
shell: /bin/zsh
groups:
- tu
jlichtblau:

View file

@ -10,6 +10,7 @@
group: users
groups: "{{ item.value.groups | join(',') }}"
comment: "{{ item.value.name }}"
shell: "{{ item.value.shell | default('/bin/bash') }}"
password: ""
update_password: on_create
state: present