Set fish as the default shell

This commit is contained in:
Oliver Davies 2016-05-23 12:38:30 +01:00
parent ba223b87f1
commit 4a4c688340
2 changed files with 9 additions and 0 deletions

View file

@ -15,3 +15,6 @@
- { role: opdavies.sculpin, tags: ['sculpin'] }
- { role: sublime, tags: ['sublime'] }
- { role: mkdocs, tags: ['mkdocs'] }
post_tasks:
- { include: tasks/fish.yml, tags: ['base'] }

6
tasks/fish.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: Set fish as the default shell.
become: yes
user:
name: opdavies
shell: /usr/local/bin/fish