Create role for Haskell
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
1d5b8c5d64
commit
5a4eda0cdb
4 changed files with 152 additions and 0 deletions
playbooks/roles/haskell/tasks
13
playbooks/roles/haskell/tasks/main.yml
Normal file
13
playbooks/roles/haskell/tasks/main.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue