Fixed set shell
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user