1
0

Run the shell changing task as root

This commit is contained in:
2025-10-10 16:07:13 +02:00
parent f1bec95c3e
commit 29be17d57d

View File

@@ -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 }}"