Files
auricom-home-cluster/ansible/roles/workstation/tasks/shell.yml
2022-12-28 17:12:57 +01:00

7 lines
148 B
YAML

---
- name: shell | make Fish default shell
ansible.builtin.user:
name: "{{ lookup('env', 'USER') }}"
shell: /usr/bin/fish
become: true