Sfoglia il codice sorgente

default shell is now fish

master
Markus Katharina Brechtel 7 anni fa
parent
commit
1da164cf30
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml Vedi 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…
Annulla
Salva