Create role for Haskell

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2020-10-13 09:00:00 +02:00
parent 1d5b8c5d64
commit 5a4eda0cdb
No known key found for this signature in database
GPG key ID: 8535F3BCF69B3D69
4 changed files with 152 additions and 0 deletions
playbooks/roles/haskell/tasks

View file

@ -0,0 +1,13 @@
---
- name: Create directories for configuration
shell: mkdir ~/.ghc
- name: Install ghci.conf
template:
src: templates/ghci.conf.j2
dest: ~/.ghc/ghci.conf
- name: Install HLint.hs
template:
src: templates/HLint.hs.j2
dest: ~/.ghc/HLint.hs