Fixed set shell

This commit is contained in:
2024-06-02 18:40:41 +02:00
parent 896900392b
commit 30df2d5faf
2 changed files with 13 additions and 1 deletions

View File

@@ -20,6 +20,6 @@
- name: "[Fish] Set shell"
ansible.builtin.shell:
cmd: "sudo usermod -s $(which fish) $(whoami)"
cmd: "sudo usermod -s $(which fish) {{ username }}"
become: true
ignore_errors: true