Add mintty role

This commit is contained in:
Fernando Schauenburg 2019-11-15 19:43:52 +00:00
parent 4c0bfbb30a
commit ffef99af11
3 changed files with 14 additions and 1 deletions

View file

@ -10,7 +10,7 @@
- dircolors - dircolors
#- git #- git
#- hushlogin #- hushlogin
#- mintty - mintty
#- python #- python
- readline - readline
#- ssh #- ssh

View file

@ -0,0 +1,13 @@
---
- name: Create the mintty config directory
file:
path: ~/.config/mintty
state: directory
- name: Deploy mintty config
file:
src: "{{ role_path }}/files/config"
dest: ~/.config/mintty/config
state: link
force: yes