diff --git a/tasks/system.yml b/tasks/system.yml index c02dac9..d301fa7 100644 --- a/tasks/system.yml +++ b/tasks/system.yml @@ -1,8 +1,9 @@ --- - name: System - sæt fish som login shell - ansible.builtin.user: - name: "{{ ansible_user_id }}" - shell: /usr/bin/fish + ansible.builtin.command: + cmd: chsh -s /usr/bin/fish + become: false + changed_when: false - name: Tailscale - aktiver og start tailscaled ansible.builtin.systemd: