This commit is contained in:
exu 2024-10-11 18:52:59 +02:00
parent e3be48ffb2
commit 8fde33f6a4

View File

@ -179,12 +179,14 @@
ansible.builtin.user:
name: "{{ ansible_user_id }}"
shell: "/usr/bin/fish"
tags: config
- name: Set fish for root
ansible.builtin.user:
name: "root"
shell: "/usr/bin/fish"
become: true
tags: config
- name: Add user to groups
ansible.builtin.user: