Add dircolors role

This commit is contained in:
Fernando Schauenburg 2019-11-15 19:39:06 +00:00
parent 6081b7b9ea
commit 4c0bfbb30a
4 changed files with 17 additions and 1 deletions

View file

@ -7,7 +7,7 @@
xdg_data_home: "~/.local/share"
roles:
- bash
#- dircolors
- dircolors
#- git
#- hushlogin
#- mintty

View file

@ -0,0 +1,16 @@
---
- name: Create the dircolors config directory
file:
path: ~/.config/dircolors
state: directory
- name: Deploy dircolors
file:
src: "{{ role_path }}/files/solarized-{{ item }}"
dest: "~/.config/dircolors/solarized-{{ item }}"
state: link
force: yes
loop:
- dark
- light