feat: sæt fish som login shell via Ansible
- Brug ansible.builtin.user til at sætte /usr/bin/fish som login shell for den kaldende bruger (ansible_user_id)
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
- name: System - sæt fish som login shell
|
||||||
|
ansible.builtin.user:
|
||||||
|
name: "{{ ansible_user_id }}"
|
||||||
|
shell: /usr/bin/fish
|
||||||
|
|
||||||
- name: Tailscale - aktiver og start tailscaled
|
- name: Tailscale - aktiver og start tailscaled
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: tailscaled
|
name: tailscaled
|
||||||
|
|||||||
Reference in New Issue
Block a user