Browse Source

default shell is now fish

master
Markus Katharina Brechtel 7 years ago
parent
commit
1da164cf30
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml View File

@@ -23,7 +23,7 @@
groups: "{{ users[item].groups | default([]) | join(',') }}"
uid: "{{ users[item].uid }}"
home: "{{ users[item].home | default('/home/'+item) }}"
shell: "{{ users[item].shell | default('/bin/bash') }}"
shell: "{{ users[item].shell | default('/usr/bin/fish') }}"
generate_ssh_key: yes
ssh_key_type: ed25519
state: present


Loading…
Cancel
Save