diff --git a/setup-script/roles/shell/tasks/main.yaml b/setup-script/roles/shell/tasks/main.yaml index de9fcf8..cf35312 100644 --- a/setup-script/roles/shell/tasks/main.yaml +++ b/setup-script/roles/shell/tasks/main.yaml @@ -11,6 +11,7 @@ failed_when: fish_path.rc != 0 - name: Set the user's shell + become: true ansible.builtin.user: name: "{{ chezmoi.username }}" shell: "{{ fish_path.stdout }}"