mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-31 02:35:32 +01:00
7 lines
148 B
YAML
7 lines
148 B
YAML
---
|
|
- name: shell | make Fish default shell
|
|
ansible.builtin.user:
|
|
name: "{{ lookup('env', 'USER') }}"
|
|
shell: /usr/bin/fish
|
|
become: true
|