Set fish as the default shell
This commit is contained in:
parent
ba223b87f1
commit
4a4c688340
2 changed files with 9 additions and 0 deletions
6
tasks/fish.yml
Normal file
6
tasks/fish.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Set fish as the default shell.
|
||||
become: yes
|
||||
user:
|
||||
name: opdavies
|
||||
shell: /usr/local/bin/fish
|
||||
Reference in a new issue